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 | 永る?悠 | 10001001011010011000001011101001001111111001011101001001 | 896982e93f9749 |
EUC-JP | 永る?悠 | 10110001110010101010010011101011001111111100110110101010 | b1caa4eb3fcdaa |
UTF-8 | 永る돀悠 | 111001101011000010111000111000111000001010001011111010111000111110000000111001101000001010100000 | e6b0b8e3828beb8f80e682a0 |
UHC | 永る돀悠 | 1110011110110101101010101110101110001001100100111110101011101101 | e7b5aaeb8993eaed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)