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 | 隰晏ョ溽ア・ | 111010001010110010011101111001011010111010011111111001111011000110100101 | e8ac9de5ae9fe7b1a5 |
EUC-JP | 隰晏ョ溽ア・ | 111100001010111011011010111001111000111010101110110111101110100110001110101100011000111010100101 | f0aedae78eaedee98eb18ea5 |
UTF-8 | 隰晏ョ溽ア・ | 111010011001101010110000111001101001100110001111111011111011110110101110111001101011101010111101111011111011110110110001111011111011110110100101 | e99ab0e6998fefbdaee6babdefbdb1efbda5 |
UHC | ?晏???? | 00111111111001001100111100111111001111110011111100111111 | 3fe4cf3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)