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 | 竺爾偲爾 | 1000111010110001100011101010001010001110110000111000111010100010 | 8eb18ea28ec38ea2 |
EUC-JP | 竺爾偲爾 | 1011110010110011101111001010010010111100110001011011110010100100 | bcb3bca4bcc5bca4 |
UTF-8 | 竺爾偲爾 | 111001111010101110111010111001111000100010111110111001011000000110110010111001111000100010111110 | e7abbae788bee581b2e788be |
UHC | 竺爾?爾 | 11110101111001111110110010110011001111111110110010110011 | f5e7ecb33fecb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)