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 | 濡??曖?? | 1001010001000111001111110011111110011110010000100011111100111111 | 94473f3f9e423f3f |
EUC-JP | 濡??曖?? | 1100011110101000001111110011111111011011101000110011111100111111 | c7a83f3fdba33f3f |
UTF-8 | 濡숂껸曖뉖졁 | 111001101011111110100001111011001000100010000010111010101011101110111000111001101001101110010110111010111000100110010110111011001010000110000001 | e6bfa1ec8882eabbb8e69b96eb8996eca181 |
UHC | 濡숂껸曖뉖졁 | 111010111010000110011001111001111011001010111001111001001111001010000111111010111010000010110010 | eba199e7b2b9e4f287eba0b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)