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 | 鉚斐Ρ鞴懆亨 | 111001111111010010010100111000111000001110101111111010001110010010011100111010001000101110011100 | e7f494e383afe8e49ce88b9c |
EUC-JP | 鉚斐Ρ鞴懆亨 | 111011101111011011001000111001011010011010110001111100001110011011011000111010101011010111111100 | eef6c8e5a6b1f0e6d8eab5fc |
UTF-8 | 鉚斐Ρ鞴懆亨 | 1110100110001001100110101110011010010110100100001100111010100001111010011001111010110100111001101000011110000110111001001011101010101000 | e9899ae69690cea1e99eb4e68786e4baa8 |
UHC | ?斐Ρ??亨 | 001111111101110111101100101001011101000100111111001111111111101011111011 | 3fddeca5d13f3ffafb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)