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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?薪? | 00111111100100000110010000111111 | 3f90643f |
EUC-JP | ?薪? | 00111111101111111100010100111111 | 3fbfc53f |
UTF-8 | 롏薪렧 | 111010111010000110001111111010001001011010101010111010111010000010100111 | eba18fe896aaeba0a7 |
UHC | 롏薪렧 | 100011101101010111100011111011111000111010110110 | 8ed5e3ef8eb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)