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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | 髥????? | 1000111111101001111100000011111100111111001111110011111100111111 | 8fe9f03f3f3f3f3f |
UTF-8 | 髥띺갆黎굩긚 | 111010011010101110100101111010111001110110111010111010101011000010000110111011111010011010001001111010101011010110101001111010101011100010011010 | e9aba5eb9dbaeab086efa689eab5a9eab89a |
UHC | 髥띺갆黎굩긚 | 111001111010001110001101111010011000000101000100111001101011000110000010100011111000001101011000 | e7a38de98144e6b1828f8358 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)