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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 閼ア蜈カ菫友 | 11101000100001001011000111100101100001011011011011100100101111111001011101000110 | e884b1e585b6e4bf9746 |
EUC-JP | 閼ア蜈カ菫友 | 111011111110010010001110101100011110100111100101100011101011011011101000110000011100110110100111 | efe48eb1e9e58eb6e8c1cda7 |
UTF-8 | 閼ア蜈カ菫友 | 111010011001011010111100111011111011110110110001111010001001110010001000111011111011110110110110111010001000111110101011111001011000111110001011 | e996bcefbdb1e89c88efbdb6e88fabe58f8b |
UHC | 閼?蜈?菫友 | 11100100110110010011111111101000101001010011111111010000110010111110100111010010 | e4d93fe8a53fd0cbe9d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)