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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 借紗獏 | 100011101101100010001110110100011110000011010001 | 8ed88ed1e0d1 |
EUC-JP | 借紗獏 | 101111001101101010111100110100111110000011010011 | bcdabcd3e0d3 |
UTF-8 | 借紗獏 | 111001011000000010011111111001111011010010010111111001111000110110001111 | e5809fe7b497e78d8f |
UHC | 借紗? | 1111001110101000110111101110100100111111 | f3a8dee93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)