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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 薪??薪?? | 1001000001100100001111110011111110010000011001000011111100111111 | 90643f3f90643f3f |
EUC-JP | 薪??薪?? | 1011111111000101001111110011111110111111110001010011111100111111 | bfc53f3fbfc53f3f |
UTF-8 | 薪뎴꽱薪뎴꽱 | 111010001001011010101010111010111000111010110100111010101011110110110001111010001001011010101010111010111000111010110100111010101011110110110001 | e896aaeb8eb4eabdb1e896aaeb8eb4eabdb1 |
UHC | 薪뎴꽱薪뎴꽱 | 111000111110111110001001100001111000010010111100111000111110111110001001100001111000010010111100 | e3ef898784bce3ef898784bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)