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 | JFU½ | 1001001001001010100100100100011010010010010101011001000110111101 | 924a9246925591bd |
SJIS-WIN | ?J?F?U?? | 0011111101001010001111110100011000111111010101010011111100111111 | 3f4a3f463f553f3f |
EUC-JP | ?J?F?U?? | 0011111101001010001111110100011000111111010101010011111100111111 | 3f4a3f463f553f3f |
UTF-8 | JFU½ | 11000010100100100100101011000010100100100100011011000010100100100101010111000010100100011100001010111101 | c2924ac29246c29255c291c2bd |
UHC | ?J?F?U?½ | 001111110100101000111111010001100011111101010101001111111010100011110110 | 3f4a3f463f553fa8f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)