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 | 畏э?饒?? | 100010001101100010000100100011110011111111101001011000000011111100111111 | 88d8848f3fe9603f3f |
EUC-JP | 畏э?饒?? | 101100001101101010100111111011110011111111110001110000010011111100111111 | b0daa7ef3ff1c13f3f |
UTF-8 | 畏э쉥饒쀯쉈 | 1110011110010101100011111101000110001101111011001000100110100101111010011010010110010010111011001000000010101111111011001000100110001000 | e7958fd18dec89a5e9a592ec80afec8988 |
UHC | 畏э쉥饒쀯쉈 | 111010001110011010101100111011111011110110101011111010011010111010010111111011111011110110100101 | e8e6acefbdabe9ae97efbda5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)