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 | 111011111010011010011000111010111001010010000000111010111001010110111100011101101110111110100110100110001110101110010100100000001110101110010101101111000111011001000010 | efa698eb9480eb95bc76efa698eb9480eb95bc7642 |
UHC | 輦딀땼v輦딀땼vB | 111001101110010010001010111001101000101110010010011101101110011011100100100010101110011010001011100100100111011001000010 | e6e48ae68b9276e6e48ae68b927642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)