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 | 驕懈」喊 | 11101001100000011001110011100110101000111001101001011110 | e9819ce6a39a5e |
EUC-JP | 驕懈」喊 | 1111000111100001110110001110100010001110101000111101001110111111 | f1e1d8e88ea3d3bf |
UTF-8 | 驕懈」喊 | 111010011010100110010101111001101000011110001000111011111011110110100011111001011001011010001010 | e9a995e68788efbda3e5968a |
UHC | 驕懈?喊 | 11001110111101101111101010101011001111111111100111100010 | cef6faab3ff9e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)