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 | ??ば??タ | 0011111100111111100000101100111000111111001111111000001101011110 | 3f3f82ce3f3f835e |
EUC-JP | ??ば??タ | 0011111100111111101001001101000000111111001111111010010110111111 | 3f3fa4d03f3fa5bf |
UTF-8 | 룶쥚ば룴횕タ | 111010111010001110110110111011001010010110011010111000111000000110110000111010111010001110110100111011011001101010010101111000111000001010111111 | eba3b6eca59ae381b0eba3b4ed9a95e382bf |
UHC | 룶쥚ば룴횕タ | 100011111010101110100010100011111010101011010000100011111010100111000011100011111010101110111111 | 8faba28faad08fa9c38fabbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)