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 | 億????? | 10001001101011010011111100111111001111110011111100111111 | 89ad3f3f3f3f3f |
EUC-JP | 億????? | 10110010101011110011111100111111001111110011111100111111 | b2af3f3f3f3f3f |
UTF-8 | 億쇰젲連얠셼 | 111001011000010010000100111011001000011110110000111011001010000010110010111011111010011010011010111011001001011010100000111011001000010110111100 | e58484ec87b0eca0b2efa69aec96a0ec85bc |
UHC | 億쇰젲連얠셼 | 111001011110001010111100111010111010000010100110111001101110011010111110111011001001100110000001 | e5e2bceba0a6e6e6beec9981 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)