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 | ウ羞ミ | 10110011111000111011010111010000 | b3e3b5d0 |
EUC-JP | ウ羞ミ | 100011101011001111100110101101111000111011010000 | 8eb3e6b78ed0 |
UTF-8 | ウ羞ミ | 111011111011110110110011111001111011111010011110111011111011111010010000 | efbdb3e7be9eefbe90 |
UHC | ?羞? | 00111111111000101011101000111111 | 3fe2ba3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)