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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 隲「貅「蝨ヲ | 111010001010101110100010111001101011101010100010111001011001110010100110 | e8aba2e6baa2e59ca6 |
EUC-JP | 隲「貅「蝨ヲ | 111100001010110110001110101000101110110010111100100011101010001011101001111111001000111010100110 | f0ad8ea2ecbc8ea2e9fc8ea6 |
UTF-8 | 隲「貅「蝨ヲ | 111010011001101010110010111011111011110110100010111010001011001010000101111011111011110110100010111010001001110110101000111011111011110110100110 | e99ab2efbda2e8b285efbda2e89da8efbda6 |
UHC | ????蝨? | 00111111001111110011111100111111111000111010010000111111 | 3f3f3f3fe3a43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)