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 | 葆居集^ | 11100100110111001000101110001111100011110101011101011110 | e4dc8b8f8f575e |
EUC-JP | 葆居集^ | 11101000110111101011010111101111101111011011100001011110 | e8deb5efbdb85e |
UTF-8 | 葆居集^ | 11101000100100011000011011100101101100011000010111101001100110111000011001011110 | e89186e5b185e99b865e |
UHC | ?居集^ | 001111111100101111011100111100111010001001011110 | 3fcbdcf3a25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)