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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 辱⑤?怨? | 1001000001001010100001110100010000111111100010011000010100111111 | 904a87443f89853f |
EUC-JP | 辱??怨? | 10111111101010110011111100111111101100011110010100111111 | bfab3f3fb1e53f |
UTF-8 | 辱⑤쉘怨숥 | 111010001011111010110001111000101001000110100100111011001000100110011000111001101000000010101000111011001000100010100101 | e8beb1e291a4ec8998e680a8ec88a5 |
UHC | 辱⑤쉘怨숥 | 11101001101101001010100011101011101111011010100111101010101100111001101001000010 | e9b4a8ebbda9eab39a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)