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 | 筌①?俑∽? | 11100010101000111000011101000000001111111001100011011010100000011110010000111111 | e2a387403f98da81e43f |
EUC-JP | 筌??俑∽? | 111001001010010100111111001111111101000011011100101000101110011000111111 | e4a53f3fd0dca2e63f |
UTF-8 | 筌①뎡俑∽㎤ | 111001111010110110001100111000101001000110100000111010111000111010100001111001001011111110010001111000101000100010111101111000111000111010100100 | e7ad8ce291a0eb8ea1e4bf91e288bde38ea4 |
UHC | 筌①뎡俑∽㎤ | 111011111010011110101000111001111011010110110010111010011011010110100001111011111010011110101000 | efa7a8e7b5b2e9b5a1efa7a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)