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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ????コ? | 00111111001111110011111100111111100000110101001000111111 | 3f3f3f3f83523f |
EUC-JP | ????コ? | 00111111001111110011111100111111101001011011001100111111 | 3f3f3f3fa5b33f |
UTF-8 | 룶깰룫혧コ룫 | 111010111010001110110110111010101011100110110000111010111010001110101011111011011001100010100111111000111000001010110011111010111010001110101011 | eba3b6eab9b0eba3abed98a7e382b3eba3ab |
UHC | 룶깰룫혧コ룫 | 100011111010101110110001111111011000111110100010110000101000111110101011101100111000111110100010 | 8fabb1fd8fa2c28fabb38fa2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)