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 | ???韻? | 001111110011111100111111100010010100001100111111 | 3f3f3f89433f |
EUC-JP | ???韻? | 001111110011111100111111101100011010010000111111 | 3f3f3fb1a43f |
UTF-8 | 쒔롋쒔韻롆 | 111011001001001010010100111010111010000110001011111011001001001010010100111010011001111110111011111010111010000110000110 | ec9294eba18bec9294e99fbbeba186 |
UHC | 쒔롋쒔韻롆 | 10111110101011011000111011010001101111101010110111101010101001001000111011001100 | bead8ed1beadeaa48ecc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)