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? | 0011111100111111001111110011111100111111001111110101100100111111 | 3f3f3f3f3f3f593f |
SJIS-WIN | ??????Y? | 0011111100111111001111110011111100111111001111110101100100111111 | 3f3f3f3f3f3f593f |
EUC-JP | ??????Y? | 0011111100111111001111110011111100111111001111110101100100111111 | 3f3f3f3f3f3f593f |
UTF-8 | 횄짚횂짱횂혳Y횂 | 11101101100110101000010011101100101001111001101011101101100110101000001011101100101001111011000111101101100110101000001011101101100110001011001101011001111011011001101010000010 | ed9a84eca79aed9a82eca7b1ed9a82ed98b359ed9a82 |
UHC | 횄짚횂짱횂혳Y횂 | 110000111000001111000010101001001100001110000010110000101010111111000011100000101100001010011010010110011100001110000010 | c383c2a4c382c2afc382c29a59c382 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)