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 | ??P???? | 00111111001111110101000000111111001111110011111100111111 | 3f3f503f3f3f3f |
SJIS-WIN | 遏ュP蟾ス蜊錬 | 1110011110011111101011010101000011100101101101111011110111100101100011011001100001000010 | e79fad50e5b7bde58d9842 |
EUC-JP | 遏ュP蟾ス蜊錬 | 11101110101000011000111010101101010100001110101010111001100011101011110111101001111011011100111110100011 | eea18ead50eab98ebde9edcfa3 |
UTF-8 | 遏ュP蟾ス蜊錬 | 11101001100000011000111111101111101111011010110101010000111010001001111110111110111011111011110110111101111010001001110010001010111010011000110010101100 | e9818fefbdad50e89fbeefbdbde89c8ae98cac |
UHC | ??P蟾??? | 0011111100111111010100001110000011101010001111110011111100111111 | 3f3f50e0ea3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)