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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 跿瀧倹岦懶 | 11100110111100111001000111101011100011001001000011111010101011001001110011101111 | e6f391eb8c90faac9cef |
EUC-JP | 跿瀧倹岦懶 | 1110110011110101110000101110110110110111111100001000111110111011101100111101100011110001 | ecf5c2edb7f08fbbb3d8f1 |
UTF-8 | 跿瀧倹岦懶 | 111010001011011110111111111001111000000010100111111001011000000010111001111001011011001010100110111001101000011110110110 | e8b7bfe780a7e580b9e5b2a6e687b6 |
UHC | ?瀧??懶 | 00111111110101101110100100111111001111111101010011111011 | 3fd6e93f3fd4fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)