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 | ???oBF | 001111110011111100111111011011110100001001000110 | 3f3f3f6f4246 |
SJIS-WIN | 暎??oBF | 10011101111100110011111100111111011011110100001001000110 | 9df33f3f6f4246 |
EUC-JP | 暎??oBF | 11011010111101010011111100111111011011110100001001000110 | daf53f3f6f4246 |
UTF-8 | 暎㏓젔oBF | 111001101001101010001110111000111000111110010011111011001010000010010100011011110100001001000110 | e69a8ee38f93eca0946f4246 |
UHC | 暎㏓젔oBF | 111001111011001010100111111010111010000010010010011011110100001001000110 | e7b2a7eba0926f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)