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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??址?四 | 00111111001111111001101010101100001111111000111001101100 | 3f3f9aac3f8e6c |
EUC-JP | ??址汭四 | 001111110011111111010100101011101000111111000110111000101011101111001101 | 3f3fd4ae8fc6e2bbcd |
UTF-8 | 뤙밟址汭四 | 111010111010010010011001111010111011000010011111111001011001110110000000111001101011000110101101111001011001101110011011 | eba499ebb09fe59d80e6b1ade59b9b |
UHC | 뤙밟址汭四 | 10001111110010001011100111100010111100101010001111100111110101111101111011001100 | 8fc8b9e2f2a3e7d7decc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)