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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 驪낂벤溜쀩땐 | 111011111010011010000111111010111000001010000010111010111011001010100100111011111010011110001011111011001000000010101001111010111001010110010000 | efa687eb8282ebb2a4efa78bec80a9eb9590 |
UHC | 驪낂벤溜쀩땐 | 111001101010111110000101111010011011101010100101111010101111111010010111111010011011011010101001 | e6af85e9baa5eafe97e9b6a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)