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 | 雫浯而鳧蒔 | 111100001010010110001110101101001111101011111100100011101010011111101001111010001000111010101010 | f0a58eb4fafc8ea7e9e88eaa |
EUC-JP | ?雫浯而鳧蒔 | 001111111011110010110110100011111100011111000011101111001010100111110010111010101011110010101100 | 3fbcb68fc7c3bca9f2eabcac |
UTF-8 | 雫浯而鳧蒔 | 111011101000000110100100111010011001101110101011111001101011010110101111111010001000000010001100111010011011001110100111111010001001001010010100 | ee81a4e99babe6b5afe8808ce9b3a7e89294 |
UHC | ???而鳧蒔 | 001111110011111100111111111011001011101111011101110000001110001111001000 | 3f3f3fecbbddc0e3c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)