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 | ??圓? | 0011111100111111100110101010001000111111 | 3f3f9aa23f |
EUC-JP | 澔?圓? | 10001111110010001110110000111111110101001010010000111111 | 8fc8ec3fd4a43f |
UTF-8 | 澔뫄圓뤉 | 111001101011111010010100111010111010101110000100111001011001110010010011111010111010010010001001 | e6be94ebab84e59c93eba489 |
UHC | 澔뫄圓뤉 | 1111101111001011101110001111101011101010101011011000111110111001 | fbcbb8faeaad8fb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)