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 | 沃??彦?? | 1001011110000000001111110011111110010101010001100011111100111111 | 97803f3f95463f3f |
EUC-JP | 沃??彦?? | 1100110111100000001111110011111111001001101001110011111100111111 | cde03f3fc9a73f3f |
UTF-8 | 沃겼뜵彦끾래 | 111001101011001010000011111010101011001010111100111010111001110010110101111001011011110110100110111010111000000110111110111010111001111010011000 | e6b283eab2bceb9cb5e5bda6eb81beeb9e98 |
UHC | 沃겼뜵彦끾래 | 111010001010101010110000111001011000110110110011111001011110100110000101111001101011011110100001 | e8aab0e58db3e5e985e6b7a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)