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???vB | 001111110011111100111111011101100011111100111111001111110111011001000010 | 3f3f3f763f3f3f7642 |
SJIS-WIN | ???v???vB | 001111110011111100111111011101100011111100111111001111110111011001000010 | 3f3f3f763f3f3f7642 |
EUC-JP | ???v???vB | 001111110011111100111111011101100011111100111111001111110111011001000010 | 3f3f3f763f3f3f7642 |
UTF-8 | 렺읕텡v렺읕텡vB | 111010111010000010111010111011001001110110010101111011011000010110100001011101101110101110100000101110101110110010011101100101011110110110000101101000010111011001000010 | eba0baec9d95ed85a176eba0baec9d95ed85a17642 |
UHC | 렺읕텡v렺읕텡vB | 100011101100001011000000110001001100010111011110011101101000111011000010110000001100010011000101110111100111011001000010 | 8ec2c0c4c5de768ec2c0c4c5de7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)