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 | ??? | 001111110011111100111111 | 3f3f3f |
EUC-JP | 湞?珷 | 10001111110001111111111000111111100011111100101111111010 | 8fc7fe3f8fcbfa |
UTF-8 | 湞대珷 | 111001101011100110011110111010111000110010000000111001111000111110110111 | e6b99eeb8c80e78fb7 |
UHC | 湞대珷 | 111011111110011010110100111010111101100111101110 | efe6b4ebd9ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)