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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 咫??嶝?? | 1001101001000000001111110011111110011011110100010011111100111111 | 9a403f3f9bd13f3f |
EUC-JP | 咫??嶝?? | 1101001110100001001111110011111111010110110100110011111100111111 | d3a13f3fd6d33f3f |
UTF-8 | 咫골렱嶝렓렖 | 111001011001001010101011111010101011001110101000111010111010000010110001111001011011011010011101111010111010000010010011111010111010000010010110 | e592abeab3a8eba0b1e5b69deba093eba096 |
UHC | 咫골렱嶝렓렖 | 111100101010000110110000111100011000111010111110110101001111000110001110101010001000111010101011 | f2a1b0f18ebed4f18ea88eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)