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 | 辜狗ャ倡ル迚 | 1110011110000011100010111110011110101100100110001110011110000011100010111110011110001001 | e7838be7ac98e7838be789 |
EUC-JP | 辜狗ャ倡ル迚 | 111011011110001110110110111010011000111010101100110100001110100110100101111010111110110111101001 | ede3b6e98eacd0e9a5ebede9 |
UTF-8 | 辜狗ャ倡ル迚 | 111010001011111010011100111001111000101110010111111011111011110110101100111001011000000010100001111000111000001110101011111010001011111110011010 | e8be9ce78b97efbdace580a1e383abe8bf9a |
UHC | 辜狗?倡ル? | 11001101110100001100111110110111001111111111001111011011101010111110101100111111 | cdd0cfb73ff3dbabeb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)