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 | 茯э醜 | 111001001010100010000100100011111000111101011000 | e4a8848f8f58 |
EUC-JP | 茯э醜 | 111010001010101010100111111011111011110110111001 | e8aaa7efbdb9 |
UTF-8 | 茯э醜 | 1110100010001100101011111101000110001101111010011000011010011100 | e88cafd18de9869c |
UHC | 茯э醜 | 110111001101101010101100111011111111010111011101 | dcdaaceff5dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)