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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ?鉥鉥?? | 001111111000111111100011111010001000111111100011111010000011111100111111 | 3f8fe3e88fe3e83f3f |
UTF-8 | 뎚鉥鉥묬읰 | 111010111000111010011010111010011000100110100101111010011000100110100101111010111010110010101100111011001001110110110000 | eb8e9ae989a5e989a5ebacacec9db0 |
UHC | 뎚鉥鉥묬읰 | 10001001011010111110001011111100111000101111110010010010010000111001111111010110 | 896be2fce2fc92439fd6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)