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???? | 001111110111011000111111001111110011111100111111 | 3f763f3f3f3f |
SJIS-WIN | ?v???? | 001111110111011000111111001111110011111100111111 | 3f763f3f3f3f |
EUC-JP | ?v???? | 001111110111011000111111001111110011111100111111 | 3f763f3f3f3f |
UTF-8 | 혧v혥짰혣쨀 | 11101101100110001010011101110110111011011001100010100101111011001010011110110000111011011001100010100011111011001010100010000000 | ed98a776ed98a5eca7b0ed98a3eca880 |
UHC | 혧v혥짰혣쨀 | 1100001010001111011101101100001010001101110000101010111011000010100011001100001010110011 | c28f76c28dc2aec28cc2b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)