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 | ¼WD¼WD^ | 100100101011110001010111010001001001001010111100010101110100010001011110 | 92bc574492bc57445e |
SJIS-WIN | ??WD??WD^ | 001111110011111101010111010001000011111100111111010101110100010001011110 | 3f3f57443f3f57445e |
EUC-JP | ??WD??WD^ | 001111110011111101010111010001000011111100111111010101110100010001011110 | 3f3f57443f3f57445e |
UTF-8 | ¼WD¼WD^ | 11000010100100101100001010111100010101110100010011000010100100101100001010111100010101110100010001011110 | c292c2bc5744c292c2bc57445e |
UHC | ?¼WD?¼WD^ | 0011111110101000111110010101011101000100001111111010100011111001010101110100010001011110 | 3fa8f957443fa8f957445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)