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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?鞍??? | 001111111000100011000110001111110011111100111111 | 3f88c63f3f3f |
EUC-JP | ?鞍??? | 001111111011000011001000001111110011111100111111 | 3fb0c83f3f3f |
UTF-8 | 설鞍셸솩솝 | 111011001000010010100100111010011001111010001101111011001000010110111000111011001000011010101001111011001000011010011101 | ec84a4e99e8dec85b8ec86a9ec869d |
UHC | 설鞍셸솩솝 | 10111100101100111110010011010011101111001101000010111100110111101011110011011001 | bcb3e4d3bcd0bcdebcd9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)