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 | ???G?? | 001111110011111100111111010001110011111100111111 | 3f3f3f473f3f |
SJIS-WIN | ???G?? | 001111110011111100111111010001110011111100111111 | 3f3f3f473f3f |
EUC-JP | ???G?? | 001111110011111100111111010001110011111100111111 | 3f3f3f473f3f |
UTF-8 | 묭뭈몺G묰뭋 | 11101011101011001010110111101011101011011000100011101011101010101011101001000111111010111010110010110000111010111010110110001011 | ebacadebad88ebaaba47ebacb0ebad8b |
UHC | 묭뭈몺G묰뭋 | 1001001001000100100100100101010010010001101000000100011110010010010001111001001001010110 | 9244925491a04792479256 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)