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 | 業??倚?? | 1000101111000110001111110011111110011000110111110011111100111111 | 8bc63f3f98df3f3f |
EUC-JP | 業??倚?? | 1011011011001000001111110011111111010000111000010011111100111111 | b6c83f3fd0e13f3f |
UTF-8 | 業좊뱷倚믧턁 | 111001101010010110101101111011001010001010001010111010111011000110110111111001011000000010011010111010111010111110100111111011011000010010000001 | e6a5adeca28aebb1b7e5809aebafa7ed8481 |
UHC | 業좊뱷倚믧턁 | 111001011111011010100000111010111001001110011101111010111110111110010010111010011011010110011101 | e5f6a0eb939debef92e9b59d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)