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 | ??p????? | 0011111100111111011100000011111100111111001111110011111100111111 | 3f3f703f3f3f3f3f |
SJIS-WIN | ??p????? | 0011111100111111011100000011111100111111001111110011111100111111 | 3f3f703f3f3f3f3f |
EUC-JP | ??p????? | 0011111100111111011100000011111100111111001111110011111100111111 | 3f3f703f3f3f3f3f |
UTF-8 | 렻렔p렺매후걜렞 | 11101011101000001011101111101011101000001001010001110000111010111010000010111010111010111010011110100100111011011001101110000100111010101011000110011100111010111010000010011110 | eba0bbeba09470eba0baeba7a4ed9b84eab19ceba09e |
UHC | 렻렔p렺매후걜렞 | 100011101100001110001110101010010111000010001110110000101011100011000101110010001100010010110000110001001000111010101111 | 8ec38ea9708ec2b8c5c8c4b0c48eaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)