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 | 幸?咳? | 100011010100101100111111100010100101000000111111 | 8d4b3f8a503f |
EUC-JP | 幸?咳? | 101110011010110000111111101100111011000100111111 | b9ac3fb3b13f |
UTF-8 | 幸렪咳렱 | 111001011011100110111000111010111010000010101010111001011001001010110011111010111010000010110001 | e5b9b8eba0aae592b3eba0b1 |
UHC | 幸렪咳렱 | 1111101010111001100011101011100011111010101001101000111010111110 | fab98eb8faa68ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)