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 | 腰?腰 | 1000110110011000001111111000110110011000 | 8d983f8d98 |
EUC-JP | 腰?腰 | 1011100111111000001111111011100111111000 | b9f83fb9f8 |
UTF-8 | 腰퉔腰 | 111010001000010110110000111011011000100110010100111010001000010110110000 | e885b0ed8994e885b0 |
UHC | 腰퉔腰 | 111010011010011010111001011010001110100110100110 | e9a6b968e9a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)