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 | 業??椅т? | 100010111100011000111111001111111000100011010110100001001000010000111111 | 8bc63f3f88d684843f |
EUC-JP | 業??椅т? | 101101101100100000111111001111111011000011011000101001111110010000111111 | b6c83f3fb0d8a7e43f |
UTF-8 | 業볥굞椅т튋 | 1110011010100101101011011110101110110011101001011110101010110101100111101110011010100100100001011101000110000010111011011000101010001011 | e6a5adebb3a5eab59ee6a485d182ed8a8b |
UHC | 業볥굞椅т튋 | 111001011111011010010011111010111000001010000110111010111111010110101100111001001011100110011111 | e5f693eb8286ebf5ace4b99f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)