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 | ????U | 0011111100111111001111110011111101010101 | 3f3f3f3f55 |
SJIS-WIN | 湿七湿爵U | 100011101011110010001110101101011000111010111100100011101101110101010101 | 8ebc8eb58ebc8edd55 |
EUC-JP | 湿七湿爵U | 101111001011111010111100101101111011110010111110101111001101111101010101 | bcbebcb7bcbebcdf55 |
UTF-8 | 湿七湿爵U | 11100110101110011011111111100100101110001000001111100110101110011011111111100111100010001011010101010101 | e6b9bfe4b883e6b9bfe788b555 |
UHC | ?七?爵U | 00111111111101101101001000111111111011011100100101010101 | 3ff6d23fedc955 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)