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 | ?尋??ケ◇ | 001111111001000001110001001111110011111110000011010100001000000110011110 | 3f90713f3f8350819e |
EUC-JP | ?尋??ケ◇ | 001111111011111111010010001111110011111110100101101100011010000111111110 | 3fbfd23f3fa5b1a1fe |
UTF-8 | 룶尋룫콓ケ◇ | 111010111010001110110110111001011011000010001011111010111010001110101011111011001011110110010011111000111000001010110001111000101001011110000111 | eba3b6e5b08beba3abecbd93e382b1e29787 |
UHC | 룶尋룫콓ケ◇ | 100011111010101111100011111111001000111110100010101100011000111110101011101100011010000111011110 | 8fabe3fc8fa2b18fabb1a1de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)