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 | 邊千洸陋 | 1110011110110010100100001110011110011111101010011110100010011011 | e7b290e79fa9e89b |
EUC-JP | 邊千洸陋 | 1110111010110100110000001110100111011110101010111110111111111011 | eeb4c0e9deabeffb |
UTF-8 | 邊千洸陋 | 111010011000001010001010111001011000110110000011111001101011010010111000111010011001100110001011 | e9828ae58d83e6b4b8e9998b |
UHC | 邊千洸陋 | 1101110010101011111101001011011011001110110010001101011110110000 | dcabf4b6cec8d7b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)