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 | 邊ア謇 | 111001111011001010000011010000011110011010001001 | e7b28341e689 |
EUC-JP | 邊ア謇 | 111011101011010010100101101000101110101111101001 | eeb4a5a2ebe9 |
UTF-8 | 邊ア謇 | 111010011000001010001010111000111000001010100010111010001010110010000111 | e9828ae382a2e8ac87 |
UHC | 邊ア? | 1101110010101011101010111010001000111111 | dcababa23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)