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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?譽矮? | 001111111110011010100011111000011110001000111111 | 3fe6a3e1e23f |
EUC-JP | ?譽矮? | 001111111110110010100101111000101110010000111111 | 3feca5e2e43f |
UTF-8 | 쐛譽矮쐛 | 111011001001000010011011111010001010110110111101111001111001111110101110111011001001000010011011 | ec909be8adbde79faeec909b |
UHC | 쐛譽矮쐛 | 1001110010000001111001111110001011101000111000011001110010000001 | 9c81e7e2e8e19c81 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)