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 | 處?蔚倚?? | 100110010111110000111111100010010101010110011000110111110011111100111111 | 997c3f895598df3f3f |
EUC-JP | 處?蔚倚?? | 110100011101110100111111101100011011011011010000111000010011111100111111 | d1dd3fb1b6d0e13f3f |
UTF-8 | 處렧蔚倚렭렱 | 111010001001100110010101111010111010000010100111111010001001010010011010111001011000000010011010111010111010000010101101111010111010000010110001 | e89995eba0a7e8949ae5809aeba0adeba0b1 |
UHC | 處렧蔚倚렭렱 | 111101001010010110001110101101101110101010100101111010111110111110001110101110101000111010111110 | f4a58eb6eaa5ebef8eba8ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)