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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 閻??閻??^ | 111010001000010100111111001111111110100010000101001111110011111101011110 | e8853f3fe8853f3f5e |
EUC-JP | 閻??閻??^ | 111011111110010100111111001111111110111111100101001111110011111101011110 | efe53f3fefe53f3f5e |
UTF-8 | 閻꼪딬閻꼪딬^ | 11101001100101101011101111101010101111001010101011101011100101001010110011101001100101101011101111101010101111001010101011101011100101001010110001011110 | e996bbeabcaaeb94ace996bbeabcaaeb94ac5e |
UHC | 閻꼪딬閻꼪딬^ | 11100111101000101000010010000111100010110100100111100111101000101000010010000111100010110100100101011110 | e7a284878b49e7a284878b495e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)