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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????儀 | 0011111100111111001111110011111100111111001111111000101101010110 | 3f3f3f3f3f3f8b56 |
EUC-JP | ??????儀 | 0011111100111111001111110011111100111111001111111011010110110111 | 3f3f3f3f3f3fb5b7 |
UTF-8 | 樂띾맮履뺧쭓儀 | 111011111010011010111111111010111001110110111110111010111010011110101110111011111010011110011111111010111011101010100111111011001010110110010011111001011000010010000000 | efa6bfeb9dbeeba7aeefa79febbaa7ecad93e58480 |
UHC | 樂띾맮履뺧쭓儀 | 1110100011111001100011011110101110010000101101011110110010101010100101011110111110100111100010111110101111110000 | e8f98deb90b5ecaa95efa78bebf0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)