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 | 才?第句 | 10001101110010110011111110010001111001101000101111100101 | 8dcb3f91e68be5 |
EUC-JP | 才?第句 | 10111010110011010011111111000010111010001011011011100111 | bacd3fc2e8b6e7 |
UTF-8 | 才렱第句 | 111001101000100110001101111010111010000010110001111001111010110010101100111001011000111110100101 | e6898deba0b1e7acace58fa5 |
UHC | 才렱第句 | 1110111010100110100011101011111011110000101011111100111110100011 | eea68ebef0afcfa3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)