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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ?ゅ?弱??B | 001111111000001011100011001111111000111011100011001111110011111101000010 | 3f82e33f8ee33f3f42 |
EUC-JP | ?ゅ?弱??B | 001111111010010011100101001111111011110011100101001111110011111101000010 | 3fa4e53fbce53f3f42 |
UTF-8 | 樂ゅ콗弱뤷콗B | 11101111101001101011111111100011100000101000010111101100101111011001011111100101101111001011000111101011101001001011011111101100101111011001011101000010 | efa6bfe38285ecbd97e5bcb1eba4b7ecbd9742 |
UHC | 樂ゅ콗弱뤷콗B | 11101000111110011010101011100101101100011001000111100101101100001000111111100101101100011001000101000010 | e8f9aae5b191e5b08fe5b19142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)