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 | 諱∃シ邃 | 11100110100000011000000111001110101111001110001010000100 | e68181cebce284 |
EUC-JP | 諱∃シ邃 | 1110101111100001101000101101000010001110101111001110001111100100 | ebe1a2d08ebce3e4 |
UTF-8 | 諱∃シ邃 | 111010001010101110110001111000101000100010000011111011111011110110111100111010011000001010000011 | e8abb1e28883efbdbce98283 |
UHC | 諱∃?邃 | 11111101110010011010001010100100001111111110001011000101 | fdc9a2a43fe2c5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)