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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
UTF-8 | 젓명랖룿 | 111011001010000010010011111010111010101010000101111010111001111010010110111010111010001110111111 | eca093ebaa85eb9e96eba3bf |
UHC | 젓명랖룿 | 1100000110100011101110001110110110110110111111011000111110110000 | c1a3b8edb6fd8fb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)