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 | 亨??漿 | 100010111001110000111111001111111001111111110111 | 8b9c3f3f9ff7 |
EUC-JP | 亨??漿 | 101101011111110000111111001111111101111011111001 | b5fc3f3fdef9 |
UTF-8 | 亨⒵텋漿 | 111001001011101010101000111000101001001010110101111011011000010110001011111001101011110010111111 | e4baa8e292b5ed858be6bcbf |
UHC | 亨⒵텋漿 | 1111101011111011101010011110011010110110100010001110110111101100 | fafba9e6b688edec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)