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 | ???溢?? | 00111111001111110011111110001000111011000011111100111111 | 3f3f3f88ec3f3f |
EUC-JP | ???溢?? | 00111111001111110011111110110000111011100011111100111111 | 3f3f3fb0ee3f3f |
UTF-8 | 앉롕롐溢렖렡 | 111011001001010110001001111010111010000110010101111010111010000110010000111001101011101010100010111010111010000010010110111010111010000010100001 | ec9589eba195eba190e6baa2eba096eba0a1 |
UHC | 앉롕롐溢렖렡 | 101111101100100110001110110110011000111011010110111011001110111010001110101010111000111010110010 | bec98ed98ed6ecee8eab8eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)