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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?③?疫?? | 0011111110000111010000100011111110001001011101010011111100111111 | 3f87423f89753f3f |
EUC-JP | ???疫?? | 00111111001111110011111110110001110101100011111100111111 | 3f3f3fb1d63f3f |
UTF-8 | 緣③눈疫쒒눈 | 111001111011011110100011111000101001000110100010111010111000100010001000111001111001011010101011111011001001001010010010111010111000100010001000 | e7b7a3e291a2eb8888e796abec9292eb8888 |
UHC | 緣③눈疫쒒눈 | 111001101101111010101000111010011011010010101011111001101011100110011100111010011011010010101011 | e6dea8e9b4abe6b99ce9b4ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)