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 | 奛譴辯貍鞜咒 | 111110101010000111100110101000101110011110000111111001101011110011101000110111111001100111101110 | faa1e6a2e787e6bce8df99ee |
EUC-JP | 奛譴辯貍鞜咒 | 10001111101110001111011111101100101001001110110111100111111011001011111011110000111000011101001011110000 | 8fb8f7eca4ede7ecbef0e1d2f0 |
UTF-8 | 奛譴辯貍鞜咒 | 111001011010010110011011111010001010110110110100111010001011111010101111111010001011001010001101111010011001111010011100111001011001001010010010 | e5a59be8adb4e8beafe8b28de99e9ce59292 |
UHC | ?譴辯??? | 0011111111001100101110011101110010101010001111110011111100111111 | 3fccb9dcaa3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)