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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ??漏??北 | 0011111100111111100110000101001000111111001111111001011001101011 | 3f3f98523f3f966b |
EUC-JP | ??漏??北 | 0011111100111111110011111011001100111111001111111100101111001100 | 3f3fcfb33f3fcbcc |
UTF-8 | 렻ㅔ漏렻ㅔ北 | 111010111010000010111011111000111000010110010100111001101011110010001111111010111010000010111011111000111000010110010100111001011000110010010111 | eba0bbe38594e6bc8feba0bbe38594e58c97 |
UHC | 렻ㅔ漏렻ㅔ北 | 100011101100001110100100110001001101011110101001100011101100001110100100110001001101110111000001 | 8ec3a4c4d7a98ec3a4c4ddc1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)