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 | 鏑捧j | 100100110100110010010101111110011000001010001010 | 934c95f9828a |
EUC-JP | 鏑捧j | 110001011010110111001010111110111010001111101010 | c5adcafba3ea |
UTF-8 | 鏑捧j | 111010011000111110010001111001101000110110100111111011111011110110001010 | e98f91e68da7efbd8a |
UHC | 鏑捧j | 111011101110101111011100111010011010001111101010 | eeebdce9a3ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)