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 | ?V???U?? | 0011111101010110001111110011111100111111010101010011111100111111 | 3f563f3f3f553f3f |
SJIS-WIN | ?V???U?? | 0011111101010110001111110011111100111111010101010011111100111111 | 3f563f3f3f553f3f |
EUC-JP | ?V???U?? | 0011111101010110001111110011111100111111010101010011111100111111 | 3f563f3f3f553f3f |
UTF-8 | 청V혦짙청U혦쩍 | 1110110010110010101011010101011011101101100110001010011011101100101001111001100111101100101100101010110101010101111011011001100010100110111011001010100110001101 | ecb2ad56ed98a6eca799ecb2ad55ed98a6eca98d |
UHC | 청V혦짙청U혦쩍 | 1100001110111011010101101100001010001110110000101010001111000011101110110101010111000010100011101100001010111101 | c3bb56c28ec2a3c3bb55c28ec2bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)