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 | 鰲??? | 1110100111100000001111110011111100111111 | e9e03f3f3f |
EUC-JP | 鰲??焰 | 11110010111000100011111100111111100011111100100111101111 | f2e23f3f8fc9ef |
UTF-8 | 鰲억쉑焰 | 111010011011000010110010111011001001011010110101111011001000100110010001111001111000010010110000 | e9b0b2ec96b5ec8991e784b0 |
UHC | 鰲억쉑焰 | 1110100010100111101111101110111110111101101001111110011011111011 | e8a7beefbda7e6fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)