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 | 隴御ケ苓 | 11101000101011011000110011100100101110011001011111101000 | e8ad8ce4b997e8 |
EUC-JP | 隴御ケ苓 | 1111000010101111101110001110011010001110101110011100111011101010 | f0afb8e68eb9ceea |
UTF-8 | 隴御ケ苓 | 111010011001101010110100111001011011111010100001111011111011110110111001111010001000101110010011 | e99ab4e5bea1efbdb9e88b93 |
UHC | ?御?? | 0011111111100101110110010011111100111111 | 3fe5d93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)