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 | 籥滑触郤鋓 | 11100010110111101000101010001010100100000100011111100111101110101111101111010110 | e2de8a8a9047e7bafbd6 |
EUC-JP | 籥滑触郤鋓 | 1110010011100000101100111110101010111111101010001110111010111100100011111110010010111111 | e4e0b3eabfa8eebc8fe4bf |
UTF-8 | 籥滑触郤鋓 | 111001111011000110100101111001101011101110010001111010001010011110100110111010011000001110100100111010011000101110010011 | e7b1a5e6bb91e8a7a6e983a4e98b93 |
UHC | ?滑??? | 001111111111110011000001001111110011111100111111 | 3ffcc13f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)