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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 形??屯? | 10001100011000000011111100111111100100111101010000111111 | 8c603f3f93d43f |
EUC-JP | 形?祜屯? | 101101111100000100111111100011111101000011011000110001101101011000111111 | b7c13f8fd0d8c6d63f |
UTF-8 | 形렠祜屯렣 | 111001011011110110100010111010111010000010100000111001111010010110011100111001011011000110101111111010111010000010100011 | e5bda2eba0a0e7a59ce5b1afeba0a3 |
UHC | 形렠祜屯렣 | 11111011101000011000111010110001111110111101010011010100111010101000111010110100 | fba18eb1fbd4d4ea8eb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)