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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????Ł | 0011111100111111001111110011111100111111100011111010100110101000 | 3f3f3f3f3f8fa9a8 |
UTF-8 | 淋㏃콝梨좎Ł | 1110111110100111101101011110001110001111100000111110110010111101100111011110111110100111101000101110110010100010100011101100010110000001 | efa7b5e38f83ecbd9defa7a2eca28ec581 |
UHC | 淋㏃콝梨좎Ł | 111011001111100010100111111011001011000110010101111011001011000110100000111011001010100010101001 | ecf8a7ecb195ecb1a0eca8a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)