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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 永?????B | 1000100101101001001111110011111100111111001111110011111101000010 | 89693f3f3f3f3f42 |
EUC-JP | 永?????B | 1011000111001010001111110011111100111111001111110011111101000010 | b1ca3f3f3f3f3f42 |
UTF-8 | 永띔퍎隣멩톫B | 11100110101100001011100011101011100111011001010011101101100011011000111011101111101001111011000111101011101010011010100111101101100001101010101101000010 | e6b0b8eb9d94ed8d8eefa7b1eba9a9ed86ab42 |
UHC | 永띔퍎隣멩톫B | 11100111101101011011011011101010101110111000010111101100111001001011100011100110101101111000001101000010 | e7b5b6eabb85ece4b8e6b78342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)