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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鉚冗憲邱 | 1110011111110100100011111110011110001100100110111110011110110111 | e7f48fe78c9be7b7 |
EUC-JP | 鉚冗憲邱 | 1110111011110110101111101110100110110111111110111110111010111001 | eef6bee9b7fbeeb9 |
UTF-8 | 鉚冗憲邱 | 111010011000100110011010111001011000011010010111111001101000011010110010111010011000001010110001 | e9899ae58697e686b2e982b1 |
UHC | ?冗憲邱 | 00111111111010011011011111111010110010101100111111001000 | 3fe9b7facacfc8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)