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 | 玲곷뙎溜곕젦 | 111011111010011010101101111010101011001110110111111010111001100110001110111011111010011110001011111010101011001110010101111011001010000010100110 | efa6adeab3b7eb998eefa78beab395eca0a6 |
UHC | 玲곷뙎溜곕젦 | 111001111011111110000001111010111000110010010011111010101111111010110000111010111010000010011110 | e7bf81eb8c93eafeb0eba09e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)