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 | ??????靜 | 0011111100111111001111110011111100111111001111111110100011001110 | 3f3f3f3f3f3fe8ce |
EUC-JP | ??????靜 | 0011111100111111001111110011111100111111001111111111000011010000 | 3f3f3f3f3f3ff0d0 |
UTF-8 | 룶깰룫혧㈐룫靜 | 111010111010001110110110111010101011100110110000111010111010001110101011111011011001100010100111111000111000100010010000111010111010001110101011111010011001110110011100 | eba3b6eab9b0eba3abed98a7e38890eba3abe99d9c |
UHC | 룶깰룫혧㈐룫靜 | 1000111110101011101100011111110110001111101000101100001010001111101010011100000110001111101000101111000010100001 | 8fabb1fd8fa2c28fa9c18fa2f0a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)