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 | 澈識瀨識 | 1111101101001011100011101010111111111011010100001000111010101111 | fb4b8eaffb508eaf |
EUC-JP | 澈識?識 | 1000111111001000111001011011110010110001001111111011110010110001 | 8fc8e5bcb13fbcb1 |
UTF-8 | 澈識瀨識 | 111001101011111010001000111010001010110110011000111001111000000010101000111010001010110110011000 | e6be88e8ad98e780a8e8ad98 |
UHC | 澈識瀨識 | 1111010011001101111000111101101111010110111011101110001111011011 | f4cde3dbd6eee3db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)