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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 阮冗憲諞ョ | 111010001001011010001111111001111000110010011011111001101000011010101110 | e8968fe78c9be686ae |
EUC-JP | 阮冗憲諞ョ | 11101111111101101011111011101001101101111111101111101011111001101000111010101110 | eff6bee9b7fbebe68eae |
UTF-8 | 阮冗憲諞ョ | 111010011001100010101110111001011000011010010111111001101000011010110010111010001010101110011110111011111011110110101110 | e998aee58697e686b2e8ab9eefbdae |
UHC | 阮冗憲?? | 1110100011010110111010011011011111111010110010100011111100111111 | e8d6e9b7faca3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)