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 | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-WIN | 諡ュD諡ュD^ | 111001101000101110101101010001001110011010001011101011010100010001011110 | e68bad44e68bad445e |
EUC-JP | 諡ュD諡ュD^ | 1110101111101011100011101010110101000100111010111110101110001110101011010100010001011110 | ebeb8ead44ebeb8ead445e |
UTF-8 | 諡ュD諡ュD^ | 111010001010101110100001111011111011110110101101010001001110100010101011101000011110111110111101101011010100010001011110 | e8aba1efbdad44e8aba1efbdad445e |
UHC | 諡?D諡?D^ | 111000111100110100111111010001001110001111001101001111110100010001011110 | e3cd3f44e3cd3f445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)