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 | ????悠ギ | 0011111100111111001111110011111110010111010010011000001101001101 | 3f3f3f3f9749834d |
EUC-JP | ????悠ギ | 0011111100111111001111110011111111001101101010101010010110101110 | 3f3f3f3fcdaaa5ae |
UTF-8 | 룴햶㈛룫悠ギ | 111010111010001110110100111011011001011010110110111000111000100010011011111010111010001110101011111001101000001010100000111000111000001010101110 | eba3b4ed96b6e3889beba3abe682a0e382ae |
UHC | 룴햶㈛룫悠ギ | 100011111010100111000001100011111010100111001100100011111010001011101010111011011010101110101110 | 8fa9c18fa9cc8fa2eaedabae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)