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 | 汝??串 | 100100111111000000111111001111111000101111111000 | 93f03f3f8bf8 |
EUC-JP | 汝??串 | 110001101111001000111111001111111011011011111010 | c6f23f3fb6fa |
UTF-8 | 汝뺟뒧串 | 111001101011000110011101111010111011101010011111111010111001001010100111111001001011100010110010 | e6b19debba9feb92a7e4b8b2 |
UHC | 汝뺟뒧串 | 1110011010100011100101011110011110001010101000101100110111111010 | e6a395e78aa2cdfa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)