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 | ???Y???? | 0011111100111111001111110101100100111111001111110011111100111111 | 3f3f3f593f3f3f3f |
SJIS-WIN | ???Y???? | 0011111100111111001111110101100100111111001111110011111100111111 | 3f3f3f593f3f3f3f |
EUC-JP | ???Y???? | 0011111100111111001111110101100100111111001111110011111100111111 | 3f3f3f593f3f3f3f |
UTF-8 | 첬쨈짼Y첬쨈혯챙 | 11101100101100101010110011101100101010001000100011101100101001111011110001011001111011001011001010101100111011001010100010001000111011011001100010101111111011001011000110011001 | ecb2aceca888eca7bc59ecb2aceca888ed98afecb199 |
UHC | 첬쨈짼Y첬쨈혯챙 | 110000111011101011000010101101001100001010110010010110011100001110111010110000101011010011000010100101101100001110101100 | c3bac2b4c2b259c3bac2b4c296c3ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)