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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 羨羨[羨羨[^ | 1001000101000001100100010100000101011011100100010100000110010001010000010101101101011110 | 914191415b914191415b5e |
EUC-JP | 羨羨[羨羨[^ | 1100000110100010110000011010001001011011110000011010001011000001101000100101101101011110 | c1a2c1a25bc1a2c1a25b5e |
UTF-8 | 羨羨[羨羨[^ | 111001111011111010101000111001111011111010101000010110111110011110111110101010001110011110111110101010000101101101011110 | e7bea8e7bea85be7bea8e7bea85b5e |
UHC | 羨羨[羨羨[^ | 1110000011001100111000001100110001011011111000001100110011100000110011000101101101011110 | e0cce0cc5be0cce0cc5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)