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 | 曜ゅ?腰 | 10010111011010101000001011100011001111111000110110011000 | 976a82e33f8d98 |
EUC-JP | 曜ゅ?腰 | 11001101110010111010010011100101001111111011100111111000 | cdcba4e53fb9f8 |
UTF-8 | 曜ゅ뜳腰 | 111001101001101110011100111000111000001010000101111010111001110010110011111010001000010110110000 | e69b9ce38285eb9cb3e885b0 |
UHC | 曜ゅ뜳腰 | 1110100011111000101010101110010110001101101100011110100110100110 | e8f8aae58db1e9a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)