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 | ??????猶 | 0011111100111111001111110011111100111111001111111001011101010000 | 3f3f3f3f3f3f9750 |
EUC-JP | ??????猶 | 0011111100111111001111110011111100111111001111111100110110110001 | 3f3f3f3f3f3fcdb1 |
UTF-8 | 嶺뚯쉶梨루킈猶 | 111011111010011010101011111010111001101010101111111011001000100110110110111011111010011110100010111010111010001110101000111011011000001010001000111001111000110010110110 | efa6abeb9aafec89b6efa7a2eba3a8ed8288e78cb6 |
UHC | 嶺뚯쉶梨루킈猶 | 1110011110101101100011001110110010011010100011001110110010110001101101111110011110110100100101001110101110100010 | e7ad8cec9a8cecb1b7e7b494eba2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)