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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 淫ъ?^ | 100010001111101010000100100011000011111101011110 | 88fa848c3f5e |
EUC-JP | 淫ъ?^ | 101100001111110010100111111011000011111101011110 | b0fca7ec3f5e |
UTF-8 | 淫ъ냼^ | 111001101011011110101011110100011000101011101011100000111011110001011110 | e6b7abd18aeb83bc5e |
UHC | 淫ъ냼^ | 11101011111000101010110011101100100001101000110001011110 | ebe2acec868c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)