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 | 繒??? | 1111101110001111001111110011111100111111 | fb8f3f3f3f |
EUC-JP | 繒?栯? | 1000111111010100110101000011111110001111110000111101001000111111 | 8fd4d43f8fc3d23f |
UTF-8 | 繒렑栯렠 | 111001111011100110010010111010111010000010010001111001101010000010101111111010111010000010100000 | e7b992eba091e6a0afeba0a0 |
UHC | 繒렑栯렠 | 1111000111111001100011101010011011101001111100011000111010110001 | f1f98ea6e9f18eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)