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 | ?底?? | 0011111110010010111010100011111100111111 | 3f92ea3f3f |
EUC-JP | ?底?? | 0011111111000100111011000011111100111111 | 3fc4ec3f3f |
UTF-8 | 뤗底핊홧 | 111010111010010010010111111001011011101010010101111011011001010110001010111011011001100110100111 | eba497e5ba95ed958aed99a7 |
UHC | 뤗底핊홧 | 1000111111000111111011101011110011000000100011111100100010110001 | 8fc7eebcc08fc8b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)