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 | 調?壺? | 100100101011001000111111100110101110001000111111 | 92b23f9ae23f |
EUC-JP | 調?壺? | 110001001011010000111111110101001110010000111111 | c4b43fd4e43f |
UTF-8 | 調렧壺렡 | 111010001010101010111111111010111010000010100111111001011010001110111010111010111010000010100001 | e8aabfeba0a7e5a3baeba0a1 |
UHC | 調렧壺렡 | 1111000011100000100011101011011011111011101111101000111010110010 | f0e08eb6fbbe8eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)