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 | ???b???S | 0011111100111111001111110110001000111111001111110011111101010011 | 3f3f3f623f3f3f53 |
SJIS-WIN | ???b??やS | 001111110011111100111111011000100011111100111111100000101110001001010011 | 3f3f3f623f3f82e253 |
EUC-JP | ??ʼnb??やS | 0011111100111111100011111010100111001010011000100011111100111111101001001110010001010011 | 3f3f8fa9ca623f3fa4e453 |
UTF-8 | 룶죴ʼnb룵卽やS | 11101011101000111011011011101100101000111011010011000101100010010110001011101011101000111011010111100101100011011011110111100011100000101000010001010011 | eba3b6eca3b4c58962eba3b5e58dbde3828453 |
UHC | 룶죴ʼnb룵卽やS | 1000111110101011101000011000111110101001101100000110001010001111101010101111000111101101101010101110010001010011 | 8faba18fa9b0628faaf1edaae453 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)