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 | 111011111010010110110111111010111010100110110100111011001011011010100011011101101110111110100101101101111110101110101001101101001110110010110110101000110111011001000010 | efa5b7eba9b4ecb6a376efa5b7eba9b4ecb6a37642 |
UHC | 亮면춣v亮면춣vB | 111001011011100110111000111010011010110110000100011101101110010110111001101110001110100110101101100001000111011001000010 | e5b9b8e9ad8476e5b9b8e9ad847642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)