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 | 奪辰辰樽 | 1001001001000100100100100100001110010010010000111001001001001101 | 924492439243924d |
EUC-JP | 奪辰辰樽 | 1100001110100101110000111010010011000011101001001100001110101110 | c3a5c3a4c3a4c3ae |
UTF-8 | 奪辰辰樽 | 111001011010010110101010111010001011111010110000111010001011111010110000111001101010100010111101 | e5a5aae8beb0e8beb0e6a8bd |
UHC | 奪辰辰樽 | 1111011110101100111100101110001111110010111000111111000111011100 | f7acf2e3f2e3f1dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)