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 | 隰ィ蜈停判 | 111010001010110010101000111001011000010110010010111000101001010010111011 | e8aca8e58592e294bb |
EUC-JP | 隰ィ蜈停判 | 11110000101011101000111010101000111010011110010111000100111001001100100010111101 | f0ae8ea8e9e5c4e4c8bd |
UTF-8 | 隰ィ蜈停判 | 111010011001101010110000111011111011110110101000111010001001110010001000111001011000000110011100111001011000100010100100 | e99ab0efbda8e89c88e5819ce588a4 |
UHC | ??蜈停判 | 0011111100111111111010001010010111101111110011101111011111110111 | 3f3fe8a5efcef7f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)