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 | ??????h | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
SJIS-WIN | 諸ミ醴ェ雫h | 1111101110101001110100001110011111010010101010101111000010111011100011101011010001101000 | fba9d0e7d2aaf0bb8eb468 |
EUC-JP | ?ミ醴ェ?雫h | 0011111110001110110100001110111011010100100011101010101000111111101111001011011001101000 | 3f8ed0eed48eaa3fbcb668 |
UTF-8 | 諸ミ醴ェ雫h | 11101111101010001010001011101111101111101001000011101001100001101011010011101111101111011010101011101110100000011011101011101001100110111010101101101000 | efa8a2efbe90e986b4efbdaaee81bae99bab68 |
UHC | ??醴???h | 0011111100111111110101101100101000111111001111110011111101101000 | 3f3fd6ca3f3f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)