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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???怏?? | 00111111001111110011111110011100100010010011111100111111 | 3f3f3f9c893f3f |
EUC-JP | 濚??怏?? | 100011111100100110100001001111110011111111010111111010010011111100111111 | 8fc9a13f3fd7e93f3f |
UTF-8 | 濚믡끁怏띴틠 | 111001101011111110011010111010111010111110100001111010111000000110000001111001101000000010001111111010111001110110110100111011011000101110100000 | e6bf9aebafa1eb8181e6808feb9db4ed8ba0 |
UHC | 濚믡끁怏띴틠 | 111001111011100110010010111000111000010110110111111001001110100010001101111001001011101010001100 | e7b992e385b7e4e88de4ba8c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)