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 | 傳冀?? | 100110010100001010011001011000100011111100111111 | 994299623f3f |
EUC-JP | 傳冀?? | 110100011010001111010001110000110011111100111111 | d1a3d1c33f3f |
UTF-8 | 傳冀렑렒 | 111001011000001010110011111001011000011010000000111010111010000010010001111010111010000010010010 | e582b3e58680eba091eba092 |
UHC | 傳冀렑렒 | 1110111011101110110100001110110110001110101001101000111010100111 | eeeed0ed8ea68ea7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)