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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???伊? | 001111110011111100111111100010001100100100111111 | 3f3f3f88c93f |
EUC-JP | ???伊棅 | 0011111100111111001111111011000011001011100011111100001111111011 | 3f3f3fb0cb8fc3fb |
UTF-8 | 쒜롛롆伊棅 | 111011001001001010011100111010111010000110011011111010111010000110000110111001001011110010001010111001101010001110000101 | ec929ceba19beba186e4bc8ae6a385 |
UHC | 쒜롛롆伊棅 | 10111110101011101000111011011111100011101100110011101100101001011101110010111000 | beae8edf8ecceca5dcb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)