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 | 奛譴遶コ | 11111010101000011110011010100010111001111010101110111010 | faa1e6a2e7abba |
EUC-JP | 奛譴遶コ | 100011111011100011110111111011001010010011101110101011011000111010111010 | 8fb8f7eca4eead8eba |
UTF-8 | 奛譴遶コ | 111001011010010110011011111010001010110110110100111010011000000110110110111011111011110110111010 | e5a59be8adb4e981b6efbdba |
UHC | ?譴?? | 0011111111001100101110010011111100111111 | 3fccb93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)