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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 揖?低? | 100101110100101100111111100100101110000100111111 | 974b3f92e13f |
EUC-JP | 揖?低? | 110011011010110000111111110001001110001100111111 | cdac3fc4e33f |
UTF-8 | 揖렩低렖 | 111001101000111110010110111010111010000010101001111001001011110110001110111010111010000010010110 | e68f96eba0a9e4bd8eeba096 |
UHC | 揖렩低렖 | 1110101111100111100011101011011111101110101110001000111010101011 | ebe78eb7eeb88eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)