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 | 際?咀? | 100011011101101100111111100110011111000000111111 | 8ddb3f99f03f |
EUC-JP | 際?咀醱 | 1011101011011101001111111101001011110010100011111110001011110111 | badd3fd2f28fe2f7 |
UTF-8 | 際렑咀醱 | 111010011001101010011011111010111010000010010001111001011001001010000000111010011000011010110001 | e99a9beba091e59280e986b1 |
UHC | 際렑咀醱 | 1111000010110111100011101010011011101110101110101101101110100011 | f0b78ea6eebadba3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)