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 | 業??節ь? | 100010111100011000111111001111111001000011011111100001001000111000111111 | 8bc63f3f90df848e3f |
EUC-JP | 業??節ь? | 101101101100100000111111001111111100000011100001101001111110111000111111 | b6c83f3fc0e1a7ee3f |
UTF-8 | 業뉚뿈節ь뀿 | 1110011010100101101011011110101110001001100110101110101110111111100010001110011110101111100000001101000110001100111010111000000010111111 | e6a5adeb899aebbf88e7af80d18ceb80bf |
UHC | 業뉚뿈節ь뀿 | 111001011111011010000111111011101001011110001111111011111011110110101100111011101000010110110101 | e5f687ee978fefbdacee85b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)