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^ | 11010100101111000100010011010100101111000100010001011110 | d4bc44d4bc445e |
EUC-JP | ヤシDヤシD^ | 1000111011010100100011101011110001000100100011101101010010001110101111000100010001011110 | 8ed48ebc448ed48ebc445e |
UTF-8 | ヤシDヤシD^ | 111011111011111010010100111011111011110110111100010001001110111110111110100101001110111110111101101111000100010001011110 | efbe94efbdbc44efbe94efbdbc445e |
UHC | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)