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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?市?稼 | 001111111000111001110011001111111000100111010010 | 3f8e733f89d2 |
EUC-JP | ?市?稼 | 001111111011101111010100001111111011001011010100 | 3fbbd43fb2d4 |
UTF-8 | 뤚市쨵稼 | 111010111010010010011010111001011011100010000010111011001010100010110101111001111010100010111100 | eba49ae5b882eca8b5e7a8bc |
UHC | 뤚市쨵稼 | 1000111111001001111000111011110010100100100011111100101010110011 | 8fc9e3bca48fcab3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)