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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??邵 | 00111111001111111110011110111000 | 3f3fe7b8 |
EUC-JP | ??邵 | 00111111001111111110111010111010 | 3f3feeba |
UTF-8 | 쐛숰邵 | 111011001001000010011011111011001000100010110000111010011000001010110101 | ec909bec88b0e982b5 |
UHC | 쐛숰邵 | 100111001000000110011010010010001110000111010000 | 9c819a48e1d0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)