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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 也ょ?蘊? | 1001011011100111100000101110010100111111111001010101110100111111 | 96e782e53fe55d3f |
EUC-JP | 也ょ?蘊? | 1100110011101001101001001110011100111111111010011011111000111111 | cce9a4e73fe9be3f |
UTF-8 | 也ょ윮蘊둆 | 111001001011100110011111111000111000001010000111111011001001110010101110111010001001100010001010111010111001000110000110 | e4b99fe38287ec9caee8988aeb9186 |
UHC | 也ょ윮蘊둆 | 11100101101001011010101011100111100111111010110111101000101100111000101001000010 | e5a5aae79fade8b38a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)