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 | 松寬ォ | 10001111101111001111101010101010101010111111000011010100 | 8fbcfaaaabf0d4 |
EUC-JP | 松?ォ? | 101111101011111000111111100011101010101100111111 | bebe3f8eab3f |
UTF-8 | 松寬ォ | 111001101001110110111110111001011010111110101100111011111011110110101011111011101000001010010011 | e69dbee5afacefbdabee8293 |
UHC | 松寬?? | 111000011110011011001110101100000011111100111111 | e1e6ceb03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)