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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ?邵?邵B | 00111111111001111011100000111111111001111011100001000010 | 3fe7b83fe7b842 |
EUC-JP | ?邵?邵B | 00111111111011101011101000111111111011101011101001000010 | 3feeba3feeba42 |
UTF-8 | 숞邵숞邵B | 11101100100010001001111011101001100000101011010111101100100010001001111011101001100000101011010101000010 | ec889ee982b5ec889ee982b542 |
UHC | 숞邵숞邵B | 100110011111101111100001110100001001100111111011111000011101000001000010 | 99fbe1d099fbe1d042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)