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 | 菴醐十薊 | 1110010010111101100011001110110110001111010111001110010101001000 | e4bd8ced8f5ce548 |
EUC-JP | 菴醐十薊 | 1110100010111111101110001110111110111101101111011110100110101001 | e8bfb8efbdbde9a9 |
UTF-8 | 菴醐十薊 | 111010001000111110110100111010011000011010010000111001011000110110000001111010001001011010001010 | e88fb4e98690e58d81e8968a |
UHC | 菴?十? | 111001001110000000111111111001001010100000111111 | e4e03fe4a83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)