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÷£ | 1000111101110110100010101000101110011100111101111001001010100011 | 8f768a8b9cf792a3 |
SJIS-WIN | ?v???÷?£ | 00111111011101100011111100111111001111111000000110000000001111111000000110010010 | 3f763f3f3f81803f8192 |
EUC-JP | ?v???÷?£ | 00111111011101100011111100111111001111111010000111100000001111111010000111110010 | 3f763f3f3fa1e03fa1f2 |
UTF-8 | v÷£ | 110000101000111101110110110000101000101011000010100010111100001010011100110000111011011111000010100100101100001010100011 | c28f76c28ac28bc29cc3b7c292c2a3 |
UHC | ?v???÷?? | 001111110111011000111111001111110011111110100001110000000011111100111111 | 3f763f3f3fa1c03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)