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 | 畏???▼? | 1000100011011000001111110011111100111111100000011010010100111111 | 88d83f3f3f81a53f |
EUC-JP | 畏???▼? | 1011000011011010001111110011111100111111101000101010011100111111 | b0da3f3f3fa2a73f |
UTF-8 | 畏브퀗璘▼ㅇ | 111001111001010110001111111010111011100010001100111011011000000010010111111011111010011110101111111000101001011010111100111000111000010110000111 | e7958febb88ced8097efa7afe296bce38587 |
UHC | 畏브퀗璘▼ㅇ | 111010001110011010111010111010101011001110001100111011001101111010100001111001011010010010110111 | e8e6baeab38cecdea1e5a4b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)