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 | 柔?? | 10001111010111110011111100111111 | 8f5f3f3f |
EUC-JP | 柔?? | 10111101110000000011111100111111 | bdc03f3f |
UTF-8 | 柔븀쫺 | 111001101001111110010100111010111011100010000000111011001010101110111010 | e69f94ebb880ecabba |
UHC | 柔븀쫺 | 111010101111010110111010111001111010011010010001 | eaf5bae7a691 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)