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? | 0011111100111111001111110100100000111111 | 3f3f3f483f |
SJIS-WIN | ?德?H? | 001111111111101010111010001111110100100000111111 | 3ffaba3f483f |
EUC-JP | ???H? | 0011111100111111001111110100100000111111 | 3f3f3f483f |
UTF-8 | 뤯德끔H렱 | 11101011101001001010111111100101101111101011011111101011100000011001010001001000111010111010000010110001 | eba4afe5beb7eb819448eba0b1 |
UHC | 뤯德끔H렱 | 100011111101110111010011111011001011001011111011010010001000111010111110 | 8fddd3ecb2fb488ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)