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 | 譽??訝?? | 1110011010100011001111110011111111100110011000100011111100111111 | e6a33f3fe6623f3f |
EUC-JP | 譽??訝?? | 1110110010100101001111110011111111101011110000110011111100111111 | eca53f3febc33f3f |
UTF-8 | 譽깁걶訝방쓳 | 111010001010110110111101111010101011100110000001111010101011000110110110111010001010100010011101111010111011000010101001111011001001001110110011 | e8adbdeab981eab1b6e8a89debb0a9ec93b3 |
UHC | 譽깁걶訝방쓳 | 111001111110001010110001111010011000000110011100111001001011100010111001111001101001110110010001 | e7e2b1e9819ce4b8b9e69d91 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)