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 | ?????h | 001111110011111100111111001111110011111101101000 | 3f3f3f3f3f68 |
SJIS-WIN | 劑伎?鞨?h | 100110011001110110001010111010100011111111101000111000000011111101101000 | 999d8aea3fe8e03f68 |
EUC-JP | 劑伎?鞨?h | 110100011111110110110100111011000011111111110000111000100011111101101000 | d1fdb4ec3ff0e23f68 |
UTF-8 | 劑伎렒鞨짜h | 11100101100010101001000111100100101111001000111011101011101000001001001011101001100111101010100011101100101001111001110001101000 | e58a91e4bc8eeba092e99ea8eca79c68 |
UHC | 劑伎렒鞨짜h | 1111000010100101110100001110101110001110101001111100101011101010110000101010010101101000 | f0a5d0eb8ea7caeac2a568 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)