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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 繒?運?贈孟 | 11111011100011110011111110001001010111100011111110010001101000011001011011010000 | fb8f3f895e3f91a196d0 |
EUC-JP | 繒?運?贈孟 | 1000111111010100110101000011111110110001101111110011111111000010101000111100110011010010 | 8fd4d43fb1bf3fc2a3ccd2 |
UTF-8 | 繒렑運렯贈孟 | 111001111011100110010010111010111010000010010001111010011000000110001011111010111010000010101111111010001011010010001000111001011010110110011111 | e7b992eba091e9818beba0afe8b488e5ad9f |
UHC | 繒렑運렯贈孟 | 111100011111100110001110101001101110101010100001100011101011110011110001111111001101100011101011 | f1f98ea6eaa18ebcf1fcd8eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)