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 | 111110011010010111010110111010001000111010101010100011101010111001000010 | f9a5d6e88eaa8eae42 |
EUC-JP | ?ヨ闔ェ式B | 00111111100011101101011011101111111011101000111010101010101111001011000001000010 | 3f8ed6efee8eaabcb042 |
UTF-8 | ヨ闔ェ式B | 11101110100111001000000011101111101111101001011011101001100101111001010011101111101111011010101011100101101111001000111101000010 | ee9c80efbe96e99794efbdaae5bc8f42 |
UHC | ??闔?式B | 0011111100111111111110011110111100111111111000111101001001000010 | 3f3ff9ef3fe3d242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)