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 | 111011111010011110001111111010111010100110101001111011001000010010010101011101101110111110100111100011111110101110101001101010011110110010000100100101010111011001000010 | efa78feba9a9ec849576efa78feba9a9ec84957642 |
UHC | 紐멩섕v紐멩섕vB | 111010111010101010111000111001101011110010101100011101101110101110101010101110001110011010111100101011000111011001000010 | ebaab8e6bcac76ebaab8e6bcac7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)