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 | 薪??薪 | 100100000110010000111111001111111001000001100100 | 90643f3f9064 |
EUC-JP | 薪??薪 | 101111111100010100111111001111111011111111000101 | bfc53f3fbfc5 |
UTF-8 | 薪뎴돭薪 | 111010001001011010101010111010111000111010110100111010111000111110101101111010001001011010101010 | e896aaeb8eb4eb8fade896aa |
UHC | 薪뎴돭薪 | 1110001111101111100010011000011110001001101100001110001111101111 | e3ef898789b0e3ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)