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 | 偲鴫篠爾 | 1000111011000011100011101011000010001110110000101000111010100010 | 8ec38eb08ec28ea2 |
EUC-JP | 偲鴫篠爾 | 1011110011000101101111001011001010111100110001001011110010100100 | bcc5bcb2bcc4bca4 |
UTF-8 | 偲鴫篠爾 | 111001011000000110110010111010011011010010101011111001111010111110100000111001111000100010111110 | e581b2e9b4abe7afa0e788be |
UHC | ??篠爾 | 001111110011111111100001110001101110110010110011 | 3f3fe1c6ecb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)