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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 酊?掉 | 1110011111000010001111111001110101111011 | e7c23f9d7b |
EUC-JP | 酊?掉 | 1110111011000100001111111101100111011100 | eec43fd9dc |
UTF-8 | 酊ㅾ掉 | 111010011000010110001010111000111000010110111110111001101000111010001001 | e9858ae385bee68e89 |
UHC | 酊ㅾ掉 | 111011111111100010100100111011101101001111111100 | eff8a4eed3fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)