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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 險貞雀豼、 | 111010001010100010010010111001011001000010011101111001101011111110100100 | e8a892e5909de6bfa4 |
EUC-JP | 險貞雀豼、 | 11110000101010101100010011100111101111111111110111101100110000011000111010100100 | f0aac4e7bffdecc18ea4 |
UTF-8 | 險貞雀豼、 | 111010011001101010101010111010001011001010011110111010011001101110000000111010001011000110111100111011111011110110100100 | e99aaae8b29ee99b80e8b1bcefbda4 |
UHC | 險貞雀?? | 1111101011001111111011111111011011101101110011010011111100111111 | facfeff6edcd3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)