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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 駿??詐? | 10001111011110000011111100111111100011011011110000111111 | 8f783f3f8dbc3f |
EUC-JP | 駿??詐? | 10111101110110010011111100111111101110101011111000111111 | bdd93f3fbabe3f |
UTF-8 | 駿렏履詐렱 | 111010011010011110111111111010111010000010001111111011111010011110011111111010001010100110010000111010111010000010110001 | e9a7bfeba08fefa79fe8a990eba0b1 |
UHC | 駿렏履詐렱 | 11110001111001111000111010100101111011001010101011011110111100011000111010111110 | f1e78ea5ecaadef18ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)