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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 終??伊 | 100011110100100100111111001111111000100011001001 | 8f493f3f88c9 |
EUC-JP | 終??伊 | 101111011010101000111111001111111011000011001011 | bdaa3f3fb0cb |
UTF-8 | 終쇤질伊 | 111001111011010110000010111011001000011110100100111011001010011110001000111001001011110010001010 | e7b582ec87a4eca788e4bc8a |
UHC | 終쇤질伊 | 1111000011111011101111001110100111000001111110101110110010100101 | f0fbbce9c1faeca5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)