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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 遵?之? | 100011111000010100111111100101000101011000111111 | 8f853f94563f |
EUC-JP | 遵?之? | 101111011110010100111111110001111011011100111111 | bde53fc7b73f |
UTF-8 | 遵렗之㎗ | 111010011000000110110101111010111010000010010111111001001011100110001011111000111000111010010111 | e981b5eba097e4b98be38e97 |
UHC | 遵렗之㎗ | 1111000111100101100011101010110011110001111111011010011110100011 | f1e58eacf1fda7a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)