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?? | 0011111100111111001111110011111100111111010110010011111100111111 | 3f3f3f3f3f593f3f |
SJIS-WIN | ?????Y?? | 0011111100111111001111110011111100111111010110010011111100111111 | 3f3f3f3f3f593f3f |
EUC-JP | ?????Y?? | 0011111100111111001111110011111100111111010110010011111100111111 | 3f3f3f3f3f593f3f |
UTF-8 | 채횦혢챠혧Y채첩 | 11101100101100011000010011101101100110101010011011101101100110001010001011101100101100011010000011101101100110001010011101011001111011001011000110000100111011001011001010101001 | ecb184ed9aa6ed98a2ecb1a0ed98a759ecb184ecb2a9 |
UHC | 채횦혢챠혧Y채첩 | 110000111010010011000011100111011100001010001011110000111010110111000010100011110101100111000011101001001100001110111000 | c3a4c39dc28bc3adc28f59c3a4c3b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)