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 | ?G?? | 00111111010001110011111100111111 | 3f473f3f |
SJIS-WIN | 端G奪促 | 10010010010110110100011110010010010001001001000110100011 | 925b47924491a3 |
EUC-JP | 端G奪促 | 11000011101111000100011111000011101001011100001010100101 | c3bc47c3a5c2a5 |
UTF-8 | 端G奪促 | 11100111101010111010111101000111111001011010010110101010111001001011111110000011 | e7abaf47e5a5aae4bf83 |
UHC | 端G奪促 | 11010011101011100100011111110111101011001111010110110101 | d3ae47f7acf5b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)