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 | 沚伎呂梓 | 1001111110001101100010101110101010011000010000111000100010110010 | 9f8d8aea984388b2 |
EUC-JP | 沚伎呂梓 | 1101110111101101101101001110110011001111101001001011000010110100 | ddedb4eccfa4b0b4 |
UTF-8 | 沚伎呂梓 | 111001101011001010011010111001001011110010001110111001011001000110000010111001101010001010010011 | e6b29ae4bc8ee59182e6a293 |
UHC | 沚伎呂梓 | 1111001010101111110100001110101111010101111001011110111010101001 | f2afd0ebd5e5eea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)