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 | ???z???zB | 001111110011111100111111011110100011111100111111001111110111101001000010 | 3f3f3f7a3f3f3f7a42 |
SJIS-WIN | ???z???zB | 001111110011111100111111011110100011111100111111001111110111101001000010 | 3f3f3f7a3f3f3f7a42 |
EUC-JP | ???z???zB | 001111110011111100111111011110100011111100111111001111110111101001000010 | 3f3f3f7a3f3f3f7a42 |
UTF-8 | 歷숃퍤z歷숃퍤zB | 111011111010011010001100111011001000100010000011111011011000110110100100011110101110111110100110100011001110110010001000100000111110110110001101101001000111101001000010 | efa68cec8883ed8da47aefa68cec8883ed8da47a42 |
UHC | 歷숃퍤z歷숃퍤zB | 111001101011100010011001111010001011101110011011011110101110011010111000100110011110100010111011100110110111101001000010 | e6b899e8bb9b7ae6b899e8bb9b7a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)