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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ゙齊ア汐B | 111100001010110011011110111010101000111010110001100011101010110001000010 | f0acdeea8eb18eac42 |
EUC-JP | ?゙齊ア汐B | 00111111100011101101111011110011111011101000111010110001101111001010111001000010 | 3f8edef3ee8eb1bcae42 |
UTF-8 | ゙齊ア汐B | 11101110100000011010101111101111101111101001111011101001101111011000101011101111101111011011000111100110101100011001000001000010 | ee81abefbe9ee9bd8aefbdb1e6b19042 |
UHC | ??齊?汐B | 0011111100111111111100001011101000111111111000001011000101000010 | 3f3ff0ba3fe0b142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)