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 | 業??愈?? | 1000101111000110001111110011111110010110111110100011111100111111 | 8bc63f3f96fa3f3f |
EUC-JP | 業??愈?? | 1011011011001000001111110011111111001100111111000011111100111111 | b6c83f3fccfc3f3f |
UTF-8 | 業뉖윥愈띹춼 | 111001101010010110101101111010111000100110010110111011001001110010100101111001101000010010001000111010111001110110111001111011001011011010111100 | e6a5adeb8996ec9ca5e68488eb9db9ecb6bc |
UHC | 業뉖윥愈띹춼 | 111001011111011010000111111010111001111110100101111010101110111110001101111010001010110110011000 | e5f687eb9fa5eaef8de8ad98 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)