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 | 111011001010011110111001111011001011001010101100111011011001100010110011011101101110110010100111101110011110110010110010101011001110110110011000101100110111011001000010 | eca7b9ecb2aced98b376eca7b9ecb2aced98b37642 |
UHC | 짹첬혳v짹첬혳vB | 110000101011000111000011101110101100001010011010011101101100001010110001110000111011101011000010100110100111011001000010 | c2b1c3bac29a76c2b1c3bac29a7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)