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 | 00111111001111110111011000111111001111110111011001000010 | 3f3f763f3f7642 |
SJIS-WIN | 劑?v劑?vB | 100110011001110100111111011101101001100110011101001111110111011001000010 | 999d3f76999d3f7642 |
EUC-JP | 劑?v劑?vB | 110100011111110100111111011101101101000111111101001111110111011001000010 | d1fd3f76d1fd3f7642 |
UTF-8 | 劑햇v劑햇vB | 111001011000101010010001111011011001011010000111011101101110010110001010100100011110110110010110100001110111011001000010 | e58a91ed968776e58a91ed96877642 |
UHC | 劑햇v劑햇vB | 1111000010100101110001111101111001110110111100001010010111000111110111100111011001000010 | f0a5c7de76f0a5c7de7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)