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 | 霓??疑? | 11101000101111010011111100111111100010110101111000111111 | e8bd3f3f8b5e3f |
EUC-JP | 霓??疑? | 11110000101111110011111100111111101101011011111100111111 | f0bf3f3fb5bf3f |
UTF-8 | 霓낅뜄疑덨 | 111010011001110010010011111010111000001010000101111010111001110010000100111001111001011010010001111010111000110110101000 | e99c93eb8285eb9c84e79691eb8da8 |
UHC | 霓낅뜄疑덨 | 11100111111001111000010111101011100011011000100011101011111101111000100101000010 | e7e785eb8d88ebf78942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)