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 | 形??耕? | 10001100011000000011111100111111100011010110101100111111 | 8c603f3f8d6b3f |
EUC-JP | 形?饔耕? | 101101111100000100111111100011111110100011101111101110011100110000111111 | b7c13f8fe8efb9cc3f |
UTF-8 | 形렠饔耕렧 | 111001011011110110100010111010111010000010100000111010011010010110010100111010001000000010010101111010111010000010100111 | e5bda2eba0a0e9a594e88095eba0a7 |
UHC | 形렠饔耕렧 | 11111011101000011000111010110001111010001011110111001100111010011000111010110110 | fba18eb1e8bdcce98eb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)