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 | ?k?? | 00111111011010110011111100111111 | 3f6b3f3f |
SJIS-WIN | ?k?? | 00111111011010110011111100111111 | 3f6b3f3f |
EUC-JP | ?k?? | 00111111011010110011111100111111 | 3f6b3f3f |
UTF-8 | 묧k묧묺 | 11101011101011001010011101101011111010111010110010100111111010111010110010111010 | ebaca76bebaca7ebacba |
UHC | 묧k묧묺 | 10010001111111100110101110010001111111101001001001001101 | 91fe6b91fe924d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)