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???Y^ | 001111110011111100111111010110010011111100111111001111110101100101011110 | 3f3f3f593f3f3f595e |
SJIS-WIN | ???Y???Y^ | 001111110011111100111111010110010011111100111111001111110101100101011110 | 3f3f3f593f3f3f595e |
EUC-JP | ???Y???Y^ | 001111110011111100111111010110010011111100111111001111110101100101011110 | 3f3f3f593f3f3f595e |
UTF-8 | 첬쨈짤Y첬쨈짤Y^ | 111011001011001010101100111011001010100010001000111011001010011110100100010110011110110010110010101011001110110010101000100010001110110010100111101001000101100101011110 | ecb2aceca888eca7a459ecb2aceca888eca7a4595e |
UHC | 첬쨈짤Y첬쨈짤Y^ | 110000111011101011000010101101001100001010101001010110011100001110111010110000101011010011000010101010010101100101011110 | c3bac2b4c2a959c3bac2b4c2a9595e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)