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 | 夜??幼 | 100101101110100100111111001111111001011101100011 | 96e93f3f9763 |
EUC-JP | 夜??幼 | 110011001110101100111111001111111100110111000100 | cceb3f3fcdc4 |
UTF-8 | 夜껉여幼 | 111001011010010010011100111010101011101110001001111011001001011110101100111001011011100110111100 | e5a49ceabb89ec97ace5b9bc |
UHC | 夜껉여幼 | 1110010110101000100000111110101010111111101010011110101011101010 | e5a883eabfa9eaea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)