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 | ?f? | 00111111100000101000011000111111 | 3f82863f |
EUC-JP | 饔f? | 100011111110100011101111101000111110011000111111 | 8fe8efa3e63f |
UTF-8 | 饔f땰 | 111010011010010110010100111011111011110110000110111010111001010110110000 | e9a594efbd86eb95b0 |
UHC | 饔f땰 | 111010001011110110100011111001101000101110000110 | e8bda3e68b86 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)