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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 歪ら?弱?? | 100110000110001110000010111001110011111110001110111000110011111100111111 | 986382e73f8ee33f3f |
EUC-JP | 歪ら?弱?? | 110011111100010010100100111010010011111110111100111001010011111100111111 | cfc4a4e93fbce53f3f |
UTF-8 | 歪ら눈弱븃덱 | 111001101010110110101010111000111000001010001001111010111000100010001000111001011011110010110001111010111011100010000011111010111000110110110001 | e6adaae38289eb8888e5bcb1ebb883eb8db1 |
UHC | 歪ら눈弱븃덱 | 111010001110000010101010111010011011010010101011111001011011000010111010111010001011010110100110 | e8e0aae9b4abe5b0bae8b5a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)