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 | 伸??? | 1001000001001100001111110011111100111111 | 904c3f3f3f |
EUC-JP | 伸??? | 1011111110101101001111110011111100111111 | bfad3f3f3f |
UTF-8 | 伸걣룦女 | 111001001011110010111000111010101011000110100011111010111010001110100110111011111010011010000001 | e4bcb8eab1a3eba3a6efa681 |
UHC | 伸걣룦女 | 1110001111011111100000011000110010001111100111111110010111111100 | e3df818c8f9fe5fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)