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 | 張屯??祭 | 1001001010100011100100111101010000111111001111111000110111010101 | 92a393d43f3f8dd5 |
EUC-JP | 張屯??祭 | 1100010010100101110001101101011000111111001111111011101011010111 | c4a5c6d63f3fbad7 |
UTF-8 | 張屯렠렋祭 | 111001011011110010110101111001011011000110101111111010111010000010100000111010111010000010001011111001111010010110101101 | e5bcb5e5b1afeba0a0eba08be7a5ad |
UHC | 張屯렠렋祭 | 11101101111001011101010011101010100011101011000110001110101000101111000010101110 | ede5d4ea8eb18ea2f0ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)