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 | 斟?箸?斟? | 100111011100111000111111100101001010001000111111100111011100111000111111 | 9dce3f94a23f9dce3f |
EUC-JP | 斟?箸?斟? | 110110101101000000111111110010001010010000111111110110101101000000111111 | dad03fc8a43fdad03f |
UTF-8 | 斟롚箸렚斟렣 | 111001101001011010011111111010111010000110011010111001111010111010111000111010111010000010011010111001101001011010011111111010111010000010100011 | e6969feba19ae7aeb8eba09ae6969feba0a3 |
UHC | 斟롚箸렚斟렣 | 111100101111100010001110110111101110111011000110100011101010110111110010111110001000111010110100 | f2f88edeeec68eadf2f88eb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)