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 | ???游ζ? | 0011111100111111001111111001111111100000100000111100010000111111 | 3f3f3f9fe083c43f |
EUC-JP | 倻??游ζ? | 10001111101100011111011000111111001111111101111011100010101001101100011000111111 | 8fb1f63f3fdee2a6c63f |
UTF-8 | 倻귥떝游ζ룚 | 1110010110000000101110111110101010110111101001011110101110010110100111011110011010111000101110001100111010110110111010111010001110011010 | e580bbeab7a5eb969de6b8b8ceb6eba39a |
UHC | 倻귥떝游ζ룚 | 111001011010011010000010111011001000101110110011111010101111110110100101111001101000111110010110 | e5a682ec8bb3eafda5e68f96 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)