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 | 111010111010000010111011111011001000010110010100111011011000010110100001011101101110101110100000101110111110110010000101100101001110110110000101101000010111011001000010 | eba0bbec8594ed85a176eba0bbec8594ed85a17642 |
UHC | 렻셔텡v렻셔텡vB | 100011101100001110111100110001011100010111011110011101101000111011000011101111001100010111000101110111100111011001000010 | 8ec3bcc5c5de768ec3bcc5c5de7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)