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 | ??亂??冷 | 0011111100111111100110001010101000111111001111111001011111100010 | 3f3f98aa3f3f97e2 |
EUC-JP | ??亂??冷 | 0011111100111111110100001010110000111111001111111100111011100100 | 3f3fd0ac3f3fcee4 |
UTF-8 | 렻ㅔ亂렻ㅔ冷 | 111010111010000010111011111000111000010110010100111001001011101010000010111010111010000010111011111000111000010110010100111001011000011010110111 | eba0bbe38594e4ba82eba0bbe38594e586b7 |
UHC | 렻ㅔ亂렻ㅔ冷 | 100011101100001110100100110001001101010110101111100011101100001110100100110001001101010111010010 | 8ec3a4c4d5af8ec3a4c4d5d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)