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 | 霓芽王 | 111010001011110110001001111010001000100110100100 | e8bd89e889a4 |
EUC-JP | 霓芽王 | 111100001011111110110010111010101011001010100110 | f0bfb2eab2a6 |
UTF-8 | 霓芽王 | 111010011001110010010011111010001000101010111101111001111000111010001011 | e99c93e88abde78e8b |
UHC | 霓芽王 | 111001111110011111100100101101001110100011011101 | e7e7e4b4e8dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)