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 | 佃伎刀梓 | 1001001011001111100010101110101010010011100000011000100010110010 | 92cf8aea938188b2 |
EUC-JP | 佃伎刀梓 | 1100010011010001101101001110110011000101111000011011000010110100 | c4d1b4ecc5e1b0b4 |
UTF-8 | 佃伎刀梓 | 111001001011110110000011111001001011110010001110111001011000100010000000111001101010001010010011 | e4bd83e4bc8ee58880e6a293 |
UHC | 佃伎刀梓 | 1110111011101100110100001110101111010011111011111110111010101001 | eeecd0ebd3efeea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)