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 | ???N | 00111111001111110011111101001110 | 3f3f3f4e |
SJIS-WIN | 蘊れ?N | 111001010101110110000010111010100011111101001110 | e55d82ea3f4e |
EUC-JP | 蘊れ?N | 111010011011111010100100111011000011111101001110 | e9bea4ec3f4e |
UTF-8 | 蘊れ꽎N | 11101000100110001000101011100011100000101000110011101010101111011000111001001110 | e8988ae3828ceabd8e4e |
UHC | 蘊れ꽎N | 11101000101100111010101011101100100001001001111001001110 | e8b3aaec849e4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)