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 | ????Q] | 001111110011111100111111001111110101000101011101 | 3f3f3f3f515d |
SJIS-WIN | 吟?瀞?Q] | 1000101111100001001111111001001111010010001111110101000101011101 | 8be13f93d23f515d |
EUC-JP | 吟?瀞?Q] | 1011011011100011001111111100011011010100001111110101000101011101 | b6e33fc6d43f515d |
UTF-8 | 吟렞瀞태Q] | 1110010110010000100111111110101110100000100111101110011110000000100111101110110110000011100111000101000101011101 | e5909feba09ee7809eed839c515d |
UHC | 吟렞瀞태Q] | 11101011111000011000111010101111111011111110011111000101110000100101000101011101 | ebe18eafefe7c5c2515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)