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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?ラ?如 | 001111111000001110001001001111111001010001000000 | 3f83893f9440 |
EUC-JP | ?ラ?如 | 001111111010010111101001001111111100011110100001 | 3fa5e93fc7a1 |
UTF-8 | 樂ラ룇如 | 111011111010011010111111111000111000001110101001111010111010001110000111111001011010011010000010 | efa6bfe383a9eba387e5a682 |
UHC | 樂ラ룇如 | 1110100011111001101010111110100110001111100001101110010111111101 | e8f9abe98f86e5fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)