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 | 窒??? | 1001001010000010001111110011111100111111 | 92823f3f3f |
EUC-JP | 窒??? | 1100001111100010001111110011111100111111 | c3e23f3f3f |
UTF-8 | 窒섧劉섄 | 111001111010101010010010111011001000010010100111111011111010011110000111111011001000010010000100 | e7aa92ec84a7efa787ec8484 |
UHC | 窒섧劉섄 | 1111001011110010101111001011010111101010111001011011110010101001 | f2f2bcb5eae5bca9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)