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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 樂꾢텩溜묒돁 | 111011111010011010111111111010101011111010100010111011011000010110101001111011111010011110001011111010111010110010010010111010111000111110000001 | efa6bfeabea2ed85a9efa78bebac92eb8f81 |
UHC | 樂꾢텩溜묒돁 | 111010001111100110000100111001011011011010011101111010101111111010010001111011001000100110010100 | e8f984e5b69deafe91ec8994 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)