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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?}??ぴ | 00111111100000010111000000111111001111111000001011010010 | 3f81703f3f82d2 |
EUC-JP | ?}??ぴ | 00111111101000011101000100111111001111111010010011010100 | 3fa1d13f3fa4d4 |
UTF-8 | 룶}룶殺ぴ | 111010111010001110110110111011111011110110011101111010111010001110110110111011111010010110110000111000111000000110110100 | eba3b6efbd9deba3b6efa5b0e381b4 |
UHC | 룶}룶殺ぴ | 10001111101010111010001111111101100011111010101111100001111011011010101011010100 | 8faba3fd8fabe1edaad4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)