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셍렯렽렯렼 | 11101100100001011001010011101100100000111011010101110000111011001000010110001101111010111010000010101111111010111010000010111101111010111010000010101111111010111010000010111100 | ec8594ec83b570ec858deba0afeba0bdeba0afeba0bc |
UHC | 셔샵p셍렯렽렯렼 | 101111001100010110111100101001010111000010111100110001001000111010111100100011101100010110001110101111001000111011000100 | bcc5bca570bcc48ebc8ec58ebc8ec4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)