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 | 船蜈[船蜈[^ | 1001000101000100111001011000010101011011100100010100010011100101100001010101101101011110 | 9144e5855b9144e5855b5e |
EUC-JP | 船蜈[船蜈[^ | 1100000110100101111010011110010101011011110000011010010111101001111001010101101101011110 | c1a5e9e55bc1a5e9e55b5e |
UTF-8 | 船蜈[船蜈[^ | 111010001000100010111001111010001001110010001000010110111110100010001000101110011110100010011100100010000101101101011110 | e888b9e89c885be888b9e89c885b5e |
UHC | 船蜈[船蜈[^ | 1110000011001111111010001010010101011011111000001100111111101000101001010101101101011110 | e0cfe8a55be0cfe8a55b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)