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 | 猷??如? | 10010111010100010011111100111111100101000100000000111111 | 97513f3f94403f |
EUC-JP | 猷??如? | 11001101101100100011111100111111110001111010000100111111 | cdb23f3fc7a13f |
UTF-8 | 猷듐걖如켇 | 111001111000110010110111111010111001001110010000111010101011000110010110111001011010011010000010111011001011110010000111 | e78cb7eb9390eab196e5a682ecbc87 |
UHC | 猷듐걖如켇 | 11101011101000111011010111100011100000011000000111100101111111011011000101000101 | eba3b5e38181e5fdb145 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)