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 | 腺誤屑? | 10010001010000101000110011101011100010111111101100111111 | 91428ceb8bfb3f |
EUC-JP | 腺誤屑侁 | 110000011010001110111000111011011011011011111101100011111011000011111100 | c1a3b8edb6fd8fb0fc |
UTF-8 | 腺誤屑侁 | 111010001000010110111010111010001010101010100100111001011011000110010001111001001011111010000001 | e885bae8aaa4e5b191e4be81 |
UHC | 腺誤屑侁 | 1110000011001101111010001010011011100000110110101110001111100000 | e0cde8a6e0dae3e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)