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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ????コ?? | 0011111100111111001111110011111110000011010100100011111100111111 | 3f3f3f3f83523f3f |
EUC-JP | ????コ?? | 0011111100111111001111110011111110100101101100110011111100111111 | 3f3f3f3fa5b33f3f |
UTF-8 | 룶절룫휁コ룫立 | 111010111010001110110110111011001010000010001000111010111010001110101011111011011001110010000001111000111000001010110011111010111010001110101011111011111010011110110111 | eba3b6eca088eba3abed9c81e382b3eba3abefa7b7 |
UHC | 룶절룫휁コ룫立 | 1000111110101011110000001111110110001111101000101100010010001111101010111011001110001111101000101110110110100001 | 8fabc0fd8fa2c48fabb38fa2eda1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)