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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?悳た’ | 00111111100111000111101110000010101111011000000101100110 | 3f9c7b82bd8166 |
EUC-JP | ?悳た’ | 00111111110101111101110010100100101111111010000111000111 | 3fd7dca4bfa1c7 |
UTF-8 | 룶悳た’ | 111010111010001110110110111001101000001010110011111000111000000110011111111000101000000010011001 | eba3b6e682b3e3819fe28099 |
UHC | 룶悳た’ | 1000111110101011110100111110110110101010101111111010000110101111 | 8fabd3edaabfa1af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)