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 | 鉧雫裔豢 | 1111101111001011100011101011010011100101111000011110011010110100 | fbcb8eb4e5e1e6b4 |
EUC-JP | 鉧雫裔豢 | 100011111110001111101001101111001011011011101010111000111110110010110110 | 8fe3e9bcb6eae3ecb6 |
UTF-8 | 鉧雫裔豢 | 111010011000100110100111111010011001101110101011111010001010001110010100111010001011000110100010 | e989a7e99babe8a394e8b1a2 |
UHC | ??裔? | 0011111100111111111001111110000000111111 | 3f3fe7e03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)