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 | 閻??? | 1110100010000101001111110011111100111111 | e8853f3f3f |
EUC-JP | 閻??? | 1110111111100101001111110011111100111111 | efe53f3f3f |
UTF-8 | 閻뉗뼏溜 | 111010011001011010111011111010111000100110010111111010111011110010001111111011111010011110001011 | e996bbeb8997ebbc8fefa78b |
UHC | 閻뉗뼏溜 | 1110011110100010100001111110110010010110100101111110101011111110 | e7a287ec9697eafe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)