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 | 簔ンワ鮏 | 11100010110000011111011010110000111101011011010111011101110111001111110001000011 | e2c1f6b0f5b5dddcfc43 |
EUC-JP | 簔??ンワ鮏 | 1110010011000011001111110011111110001110110111011000111011011100100011111110101011011011 | e4c33f3f8edd8edc8feadb |
UTF-8 | 簔ンワ鮏 | 111001111011000010010100111011101001001110010111111011101001000010100000111011111011111010011101111011111011111010011100111010011010111010001111 | e7b094ee9397ee90a0efbe9defbe9ce9ae8f |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)