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 | 1000111011011110100011101010001010001110101000111111110001000100100011101010111001000010 | 8ede8ea28ea3fc448eae42 |
EUC-JP | 酌爾璽鮱式B | 101111001110000010111100101001001011110010100101100011111110101011100110101111001011000001000010 | bce0bca4bca58feae6bcb042 |
UTF-8 | 酌爾璽鮱式B | 11101001100001011000110011100111100010001011111011100111100100101011110111101001101011101011000111100101101111001000111101000010 | e9858ce788bee792bde9aeb1e5bc8f42 |
UHC | 酌爾璽?式B | 11101101110011001110110010110011110111111101111000111111111000111101001001000010 | edccecb3dfde3fe3d242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)