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 | 111011111010011010001001111011001010000110111110111000111000010010110111011101101110111110100110100010011110110010100001101111101110001110000100101101110111011001000010 | efa689eca1bee384b776efa689eca1bee384b77642 |
UHC | 黎졾ㄷv黎졾ㄷvB | 111001101011000110100000111001011010010010100111011101101110011010110001101000001110010110100100101001110111011001000010 | e6b1a0e5a4a776e6b1a0e5a4a77642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)