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 | ??×??? | 001111110011111111010111001111110011111100111111 | 3f3fd73f3f3f |
SJIS-WIN | 鵝?×淫?? | 111010100100000000111111100000010111111010001000111110100011111100111111 | ea403f817e88fa3f3f |
EUC-JP | 鵝?×淫?? | 111100111010000100111111101000011101111110110000111111000011111100111111 | f3a13fa1dfb0fc3f3f |
UTF-8 | 鵝숈×淫졾래 | 1110100110110101100111011110110010001000100010001100001110010111111001101011011110101011111011001010000110111110111010111001111010011000 | e9b59dec8888c397e6b7abeca1beeb9e98 |
UHC | 鵝숈×淫졾래 | 111001001011110110011001111011001010000110111111111010111110001010100000111001011011011110100001 | e4bd99eca1bfebe2a0e5b7a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)