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 | 畏????? | 10001000110110000011111100111111001111110011111100111111 | 88d83f3f3f3f3f |
EUC-JP | 畏??庾?? | 101100001101101000111111001111111000111110111100110011100011111100111111 | b0da3f3f8fbcce3f3f |
UTF-8 | 畏븐렲庾멨뿽 | 111001111001010110001111111010111011100010010000111010111010000010110010111001011011101010111110111010111010100110101000111010111011111110111101 | e7958febb890eba0b2e5babeeba9a8ebbfbd |
UHC | 畏븐렲庾멨뿽 | 111010001110011010111010111011001000111010111111111010101110110010111000111001011001011110111101 | e8e6baec8ebfeaecb8e597bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)