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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 祟瀚}祟瀚{^ | 1110001001001101111000000110101001111101111000100100110111100000011010100111101101011110 | e24de06a7de24de06a7b5e |
EUC-JP | 祟瀚}祟瀚{^ | 1110001110101110110111111100101101111101111000111010111011011111110010110111101101011110 | e3aedfcb7de3aedfcb7b5e |
UTF-8 | 祟瀚}祟瀚{^ | 111001111010010110011111111001111000000010011010011111011110011110100101100111111110011110000000100110100111101101011110 | e7a59fe7809a7de7a59fe7809a7b5e |
UHC | ?瀚}?瀚{^ | 001111111111100111010101011111010011111111111001110101010111101101011110 | 3ff9d57d3ff9d57b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)