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 | ?德≫忽 | 00111111111110101011101010000001111000101000110110011010 | 3ffaba81e28d9a |
EUC-JP | ??≫忽 | 001111110011111110100010111001001011100111111010 | 3f3fa2e4b9fa |
UTF-8 | 뤯德≫忽 | 111010111010010010101111111001011011111010110111111000101000100110101011111001011011111110111101 | eba4afe5beb7e289abe5bfbd |
UHC | 뤯德≫忽 | 1000111111011101110100111110110010100001111011011111101111101100 | 8fddd3eca1edfbec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)