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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?德??? | 001111111111101010111010001111110011111100111111 | 3ffaba3f3f3f |
EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
UTF-8 | 뤯德㏜쾸텰 | 111010111010010010101111111001011011111010110111111000111000111110011100111011001011111010111000111011011000010110110000 | eba4afe5beb7e38f9cecbeb8ed85b0 |
UHC | 뤯德㏜쾸텰 | 10001111110111011101001111101100101001111110111010110010100011101011011101000011 | 8fddd3eca7eeb28eb743 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)