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 | ??t???? | 00111111001111110111010000111111001111110011111100111111 | 3f3f743f3f3f3f |
SJIS-WIN | ??t???? | 00111111001111110111010000111111001111110011111100111111 | 3f3f743f3f3f3f |
EUC-JP | ??t???? | 00111111001111110111010000111111001111110011111100111111 | 3f3f743f3f3f3f |
UTF-8 | 쩌쨀t혦짹혦횤 | 11101100101010011000110011101100101010001000000001110100111011011001100010100110111011001010011110111001111011011001100010100110111011011001101010100100 | eca98ceca88074ed98a6eca7b9ed98a6ed9aa4 |
UHC | 쩌쨀t혦짹혦횤 | 11000010101111001100001010110011011101001100001010001110110000101011000111000010100011101100001110011011 | c2bcc2b374c28ec2b1c28ec39b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)