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 | ???~?? | 001111110011111100111111011111100011111100111111 | 3f3f3f7e3f3f |
SJIS-WIN | ??オ~?? | 00111111001111111000001101001001011111100011111100111111 | 3f3f83497e3f3f |
EUC-JP | ??オ~?? | 00111111001111111010010110101010011111100011111100111111 | 3f3fa5aa7e3f3f |
UTF-8 | 룶欄オ~룵句 | 11101011101000111011011011101111101001001001110111100011100000101010101001111110111010111010001110110101111011111010010010000110 | eba3b6efa49de382aa7eeba3b5efa486 |
UHC | 룶欄オ~룵句 | 1000111110101011110100011110110110101011101010100111111010001111101010101100111111111011 | 8fabd1edabaa7e8faacffb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)