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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
UTF-8 | 識찔렱잼렞댓렱 | 111011111010011110111100111011001011000010010100111010111010000010110001111011001001111010111100111010111010000010011110111010111000110010010011111010111010000010110001 | efa7bcecb094eba0b1ec9ebceba09eeb8c93eba0b1 |
UHC | 識찔렱잼렞댓렱 | 1111001010111101110000101111000110001110101111101100000011101011100011101010111110110100111100011000111010111110 | f2bdc2f18ebec0eb8eafb4f18ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)