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 | ??????V | 00111111001111110011111100111111001111110011111101010110 | 3f3f3f3f3f3f56 |
SJIS-WIN | ?納???ュV | 001111111001010001011011001111110011111100111111100000111000010101010110 | 3f945b3f3f3f838556 |
EUC-JP | ?納鋌??ュV | 0011111111000111101111001000111111100100101110110011111100111111101001011110010101010110 | 3fc7bc8fe4bb3f3fa5e556 |
UTF-8 | 룶納鋌룫콓ュV | 11101011101000111011011011100111101101001000110111101001100010111000110011101011101000111010101111101100101111011001001111100011100000111010010101010110 | eba3b6e7b48de98b8ceba3abecbd93e383a556 |
UHC | 룶納鋌룫콓ュV | 10001111101010111101001010100001111011111111101110001111101000101011000110001111101010111110010101010110 | 8fabd2a1effb8fa2b18fabe556 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)