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 | è£ìë² | 111010001010001110010100111011001000111110000110111010111000101110110010 | e8a394ec8f86eb8bb2 |
SJIS-WIN | ?£??????? | 00111111100000011001001000111111001111110011111100111111001111110011111100111111 | 3f81923f3f3f3f3f3f3f |
EUC-JP | è£?ì??ë?? | 10001111101010111011001010100001111100100011111110001111101010111100000000111111001111111000111110101011101100110011111100111111 | 8fabb2a1f23f8fabc03f3f8fabb33f3f |
UTF-8 | è£ìë² | 110000111010100011000010101000111100001010010100110000111010110011000010100011111100001010000110110000111010101111000010100010111100001010110010 | c3a8c2a3c294c3acc28fc286c3abc28bc2b2 |
UHC | ????????² | 00111111001111110011111100111111001111110011111100111111001111111010100111110111 | 3f3f3f3f3f3f3f3fa9f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)