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 | 墻??饒?? | 1001101011010100001111110011111111101001011000000011111100111111 | 9ad43f3fe9603f3f |
EUC-JP | 墻??饒?? | 1101010011010110001111110011111111110001110000010011111100111111 | d4d63f3ff1c13f3f |
UTF-8 | 墻쇽슭饒쀯쉈 | 111001011010001010111011111011001000011110111101111011001000101010101101111010011010010110010010111011001000000010101111111011001000100110001000 | e5a2bbec87bdec8aade9a592ec80afec8988 |
UHC | 墻쇽슭饒쀯쉈 | 111011011101111110111100111011111011110110111110111010011010111010010111111011111011110110100101 | eddfbcefbdbee9ae97efbda5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)