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?? | 00111111010010110011111100111111 | 3f4b3f3f |
SJIS-WIN | ?K?? | 00111111010010110011111100111111 | 3f4b3f3f |
EUC-JP | ?K?? | 00111111010010110011111100111111 | 3f4b3f3f |
UTF-8 | 혰K횩쩐 | 11101101100110001011000001001011111011011001101010101001111011001010100110010000 | ed98b04bed9aa9eca990 |
UHC | 혰K횩쩐 | 11000010100101110100101111000011100111111100001010111110 | c2974bc39fc2be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)