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 | 11110100101010011101111011110111011111010111011011110100101010011101111011110111011111010111011001000010 | f4a9def77d76f4a9def77d7642 |
EUC-JP | ?゙?v?゙?vB | 0011111110001110110111100011111101110110001111111000111011011110001111110111011001000010 | 3f8ede3f763f8ede3f7642 |
UTF-8 | ゙v゙vB | 111011101000110110011000111011111011111010011110111011101001010110100001011101101110111010001101100110001110111110111110100111101110111010010101101000010111011001000010 | ee8d98efbe9eee95a176ee8d98efbe9eee95a17642 |
UHC | ???v???vB | 001111110011111100111111011101100011111100111111001111110111011001000010 | 3f3f3f763f3f3f7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)