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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 云肆奴 | 100010010101110111100011111001101001001101111010 | 895de3e6937a |
EUC-JP | 云肆奴 | 101100011011111011100110111010001100010111011011 | b1bee6e8c5db |
UTF-8 | 云肆奴 | 111001001011101010010001111010001000001010000110111001011010010110110100 | e4ba91e88286e5a5b4 |
UHC | 云肆奴 | 111010011111011011011110111010111101001010111111 | e9f6deebd2bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)