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 | ??????I | 00111111001111110011111100111111001111110011111101001001 | 3f3f3f3f3f3f49 |
SJIS-WIN | ??????I | 00111111001111110011111100111111001111110011111101001001 | 3f3f3f3f3f3f49 |
EUC-JP | ??????I | 00111111001111110011111100111111001111110011111101001001 | 3f3f3f3f3f3f49 |
UTF-8 | 뭁묨뫐묰뫁묹I | 11101011101011011000000111101011101011001010100011101011101010111001000011101011101011001011000011101011101010111000000111101011101011001011100101001001 | ebad81ebaca8ebab90ebacb0ebab81ebacb949 |
UHC | 뭁묨뫐묰뫁묹I | 10010010010100001001001001000001100100011011001010010010010001111001000110100101100100100100110001001001 | 9250924191b2924791a5924c49 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)