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 | ?田裝綺 | 00111111100100110110001111100101111001001110001101011001 | 3f9363e5e4e359 |
EUC-JP | ?田裝綺 | 00111111110001011100010011101010111001101110010110111010 | 3fc5c4eae6e5ba |
UTF-8 | 뤚田裝綺 | 111010111010010010011010111001111001010010110000111010001010001110011101111001111011011010111010 | eba49ae794b0e8a39de7b6ba |
UHC | 뤚田裝綺 | 1000111111001001111011111010001111101101111110111101000110111011 | 8fc9efa3edfbd1bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)