To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 借式セ | 1000111011011000100011101010111010111110 | 8ed88eaebe |
EUC-JP | 借式セ | 101111001101101010111100101100001000111010111110 | bcdabcb08ebe |
UTF-8 | 借式セ | 111001011000000010011111111001011011110010001111111011111011110110111110 | e5809fe5bc8fefbdbe |
UHC | 借式? | 1111001110101000111000111101001000111111 | f3a8e3d23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)