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 | 搖??饒?? | 1001110110001010001111110011111111101001011000000011111100111111 | 9d8a3f3fe9603f3f |
EUC-JP | 搖??饒?? | 1101100111101010001111110011111111110001110000010011111100111111 | d9ea3f3ff1c13f3f |
UTF-8 | 搖삼쉥饒쀯쉈 | 111001101001000010010110111011001000001010111100111011001000100110100101111010011010010110010010111011001000000010101111111011001000100110001000 | e69096ec82bcec89a5e9a592ec80afec8988 |
UHC | 搖삼쉥饒쀯쉈 | 111010001111010010111011111011111011110110101011111010011010111010010111111011111011110110100101 | e8f4bbefbdabe9ae97efbda5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)