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 | ワク簫簫粭ン | 110111001011100011100010110100101110001011010010111000101110010011011101 | dcb8e2d2e2d2e2e4dd |
EUC-JP | ワク簫簫粭ン | 100011101101110010001110101110001110010011010100111001001101010011100100111001101000111011011101 | 8edc8eb8e4d4e4d4e4e68edd |
UTF-8 | ワク簫簫粭ン | 111011111011111010011100111011111011110110111000111001111011000010101011111001111011000010101011111001111011001010101101111011111011111010011101 | efbe9cefbdb8e7b0abe7b0abe7b2adefbe9d |
UHC | ??簫簫?? | 0011111100111111111000011100011111100001110001110011111100111111 | 3f3fe1c7e1c73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)