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 | 毬鈔毬哈 | 1001111101111011111001111110001010011111011110111001100111111011 | 9f7be7e29f7b99fb |
EUC-JP | 毬鈔毬哈 | 1101110111011100111011101110010011011101110111001101001011111101 | dddceee4dddcd2fd |
UTF-8 | 毬鈔毬哈 | 111001101010111110101100111010011000100010010100111001101010111110101100111001011001001110001000 | e6aface98894e6aface59388 |
UHC | 毬?毬哈 | 11001111101100110011111111001111101100111111100111101011 | cfb33fcfb3f9eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)