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 | 鋧痔霄エセ | 11111011110011111000111010100100111010001011101010110100111100011000111010111110 | fbcf8ea4e8bab4f18ebe |
EUC-JP | 鋧痔霄エ?セ | 100011111110010011001011101111001010011011110000101111001000111010110100001111111000111010111110 | 8fe4cbbca6f0bc8eb43f8ebe |
UTF-8 | 鋧痔霄エセ | 111010011000101110100111111001111001011110010100111010011001110010000100111011111011110110110100111011101000010010001001111011111011110110111110 | e98ba7e79794e99c84efbdb4ee8489efbdbe |
UHC | ?痔???? | 00111111111101101100000000111111001111110011111100111111 | 3ff6c03f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)