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 | 顋芽肩 | 111010001111100110001001111010001000110010101000 | e8f989e88ca8 |
EUC-JP | 顋芽肩 | 111100001111101110110010111010101011100010101010 | f0fbb2eab8aa |
UTF-8 | 顋芽肩 | 111010011010000110001011111010001000101010111101111010001000001010101001 | e9a18be88abde882a9 |
UHC | ?芽肩 | 0011111111100100101101001100110010110111 | 3fe4b4ccb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)