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 | 0011111100111111001111110011111100111111001111110011111101010110 | 3f3f3f3f3f3f3f56 |
SJIS-WIN | ???????V | 0011111100111111001111110011111100111111001111110011111101010110 | 3f3f3f3f3f3f3f56 |
EUC-JP | ???????V | 0011111100111111001111110011111100111111001111110011111101010110 | 3f3f3f3f3f3f3f56 |
UTF-8 | 렺셔셍셍렓렻렭V | 11101011101000001011101011101100100001011001010011101100100001011000110111101100100001011000110111101011101000001001001111101011101000001011101111101011101000001010110101010110 | eba0baec8594ec858dec858deba093eba0bbeba0ad56 |
UHC | 렺셔셍셍렓렻렭V | 100011101100001010111100110001011011110011000100101111001100010010001110101010001000111011000011100011101011101001010110 | 8ec2bcc5bcc4bcc48ea88ec38eba56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)