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 | 城尞胝 | 100011111110100111111010101010111110001111110001 | 8fe9faabe3f1 |
EUC-JP | 城尞胝 | 10111110111010111000111110111010111010111110011011110011 | beeb8fbaebe6f3 |
UTF-8 | 城尞胝 | 111001011001111110001110111001011011000010011110111010001000001110011101 | e59f8ee5b09ee8839d |
UHC | 城?? | 11100000111100100011111100111111 | e0f23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)