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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 菫蘂[菫蘂[^ | 1110010010111111111001010100000101011011111001001011111111100101010000010101101101011110 | e4bfe5415be4bfe5415b5e |
EUC-JP | 菫蘂[菫蘂[^ | 1110100011000001111010011010001001011011111010001100000111101001101000100101101101011110 | e8c1e9a25be8c1e9a25b5e |
UTF-8 | 菫蘂[菫蘂[^ | 111010001000111110101011111010001001100010000010010110111110100010001111101010111110100010011000100000100101101101011110 | e88fabe898825be88fabe898825b5e |
UHC | 菫蘂[菫蘂[^ | 1101000011001011111001111101111001011011110100001100101111100111110111100101101101011110 | d0cbe7de5bd0cbe7de5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)