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 | ??Y???? | 00111111001111110101100100111111001111110011111100111111 | 3f3f593f3f3f3f |
SJIS-WIN | ??Y???? | 00111111001111110101100100111111001111110011111100111111 | 3f3f593f3f3f3f |
EUC-JP | ??Y???? | 00111111001111110101100100111111001111110011111100111111 | 3f3f593f3f3f3f |
UTF-8 | 횙짯Y철횓창쨉 | 11101101100110101001100111101100101001111010111101011001111011001011001010100000111011011001101010010011111011001011000010111101111011001010100010001001 | ed9a99eca7af59ecb2a0ed9a93ecb0bdeca889 |
UHC | 횙짯Y철횓창쨉 | 11000011100100111100001010101101010110011100001110110110110000111000111011000011101000101100001010110101 | c393c2ad59c3b6c38ec3a2c2b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)