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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | ??緬??\ | 00111111001111111001011011001001001111110011111101011100 | 3f3f96c93f3f5c |
EUC-JP | ??緬??\ | 00111111001111111100110011001011001111110011111101011100 | 3f3fcccb3f3f5c |
UTF-8 | 뤵첁緬렰섞\ | 11101011101001001011010111101100101100101000000111100111101101111010110011101011101000001011000011101100100001001001111001011100 | eba4b5ecb281e7b7aceba0b0ec849e5c |
UHC | 뤵첁緬렰섞\ | 1000111111100011101010101000111011011000111110111000111010111101101111001010111101011100 | 8fe3aa8ed8fb8ebdbcaf5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)