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 | 円??鸚?? | 1000100101111110001111110011111111101010010111110011111100111111 | 897e3f3fea5f3f3f |
EUC-JP | 円??鸚?? | 1011000111011111001111110011111111110011110000000011111100111111 | b1df3f3ff3c03f3f |
UTF-8 | 円븍젿鸚룸떥 | 111001011000011010000110111010111011100010001101111011001010000010111111111010011011100010011010111010111010001110111000111010111001011010100101 | e58686ebb88deca0bfe9b89aeba3b8eb96a5 |
UHC | 円븍젿鸚룸떥 | 111001011111011110111010111010111010000010110001111001011010010010110111111010111000101110111000 | e5f7baeba0b1e5a4b7eb8bb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)