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 | ??A_???? | 0011111100111111010000010101111100111111001111110011111100111111 | 3f3f415f3f3f3f3f |
SJIS-WIN | ??A_???? | 0011111100111111010000010101111100111111001111110011111100111111 | 3f3f415f3f3f3f3f |
EUC-JP | ??A_???? | 0011111100111111010000010101111100111111001111110011111100111111 | 3f3f415f3f3f3f3f |
UTF-8 | 횂혪A_횂혩횂쨔 | 1110110110011010100000101110110110011000101010100100000101011111111011011001101010000010111011011001100010101001111011011001101010000010111011001010100010010100 | ed9a82ed98aa415fed9a82ed98a9ed9a82eca894 |
UHC | 횂혪A_횂혩횂쨔 | 1100001110000010110000101001001001000001010111111100001110000010110000101001000111000011100000101100001010111001 | c382c292415fc382c291c382c2b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)