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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?德?腎 | 001111111111101010111010001111111001000001110100 | 3ffaba3f9074 |
EUC-JP | ???腎 | 0011111100111111001111111011111111010101 | 3f3f3fbfd5 |
UTF-8 | 뤯德뀐腎 | 111010111010010010101111111001011011111010110111111010111000000010010000111010001000010110001110 | eba4afe5beb7eb8090e8858e |
UHC | 뤯德뀐腎 | 1000111111011101110100111110110010110010111011111110001111101100 | 8fddd3ecb2efe3ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)