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 | 壕橋? | 1000110110001000100010111011010000111111 | 8d888bb43f |
EUC-JP | 壕橋棅 | 10111001111010001011011010110110100011111100001111111011 | b9e8b6b68fc3fb |
UTF-8 | 壕橋棅 | 111001011010001110010101111001101010100110001011111001101010001110000101 | e5a395e6a98be6a385 |
UHC | 壕橋棅 | 111110111011110111001110111010011101110010111000 | fbbdcee9dcb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)