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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 擁??? | 1001011101101001001111110011111100111111 | 97693f3f3f |
EUC-JP | 擁??邕 | 11001101110010100011111100111111100011111110000111101101 | cdca3f3f8fe1ed |
UTF-8 | 擁숅썒邕 | 111001101001001110000001111011001000100010000101111011001000110110010010111010011000001010010101 | e69381ec8885ec8d92e98295 |
UHC | 擁숅썒邕 | 1110100010110110100110011110100110011011100001011110100010111011 | e8b699e99b85e8bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)