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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 顋惹クサ蔗 | 1110100011111001100011101110010010111000101110111110010011110010 | e8f98ee4b8bbe4f2 |
EUC-JP | 顋惹クサ蔗 | 11110000111110111011110011100110100011101011100010001110101110111110100011110100 | f0fbbce68eb88ebbe8f4 |
UTF-8 | 顋惹クサ蔗 | 111010011010000110001011111001101000001110111001111011111011110110111000111011111011110110111011111010001001010010010111 | e9a18be683b9efbdb8efbdbbe89497 |
UHC | ?惹??蔗 | 00111111111001011010100100111111001111111110110110111101 | 3fe5a93f3fedbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)