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 | 陳??庸 | 100100101100001000111111001111111001011101100110 | 92c23f3f9766 |
EUC-JP | 陳??庸 | 110001001100010000111111001111111100110111000111 | c4c43f3fcdc7 |
UTF-8 | 陳섈뤚庸 | 111010011001100110110011111011001000010010001000111010111010010010011010111001011011101010111000 | e999b3ec8488eba49ae5bab8 |
UHC | 陳섈뤚庸 | 1111001011100111101111001010101010001111110010011110100110111100 | f2e7bcaa8fc9e9bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)