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 | 驥紗作億貔ウ | 1110100110000111100011101101000110001101111011001000100110101101111001101011111010110011 | e9878ed18dec89ade6beb3 |
EUC-JP | 驥紗作億貔ウ | 111100011110011110111100110100111011101011101110101100101010111111101100110000001000111010110011 | f1e7bcd3baeeb2afecc08eb3 |
UTF-8 | 驥紗作億貔ウ | 111010011010100110100101111001111011010010010111111001001011110110011100111001011000010010000100111010001011001010010100111011111011110110110011 | e9a9a5e7b497e4bd9ce58484e8b294efbdb3 |
UHC | 驥紗作億?? | 11010001110010101101111011101001111011011100001011100101111000100011111100111111 | d1cadee9edc2e5e23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)