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 | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
SJIS-WIN | 壯??節?] | 1001101011100001001111110011111110010000110111110011111101011101 | 9ae13f3f90df3f5d |
EUC-JP | 壯??節?] | 1101010011100011001111110011111111000000111000010011111101011101 | d4e33f3fc0e13f5d |
UTF-8 | 壯듸슨節튨] | 11100101101000111010111111101011100100111011100011101100100010101010100011100111101011111000000011101101100010101010100001011101 | e5a3afeb93b8ec8aa8e7af80ed8aa85d |
UHC | 壯듸슨節튨] | 1110110111100000101101011110111110111101101111001110111110111101101110100101011001011101 | ede0b5efbdbcefbdba565d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)