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 | 智?翁?扈 | 1001001001110001001111111000100110100101001111111110011110111011 | 92713f89a53fe7bb |
EUC-JP | 智?翁?扈 | 1100001111010010001111111011001010100111001111111110111010111101 | c3d23fb2a73feebd |
UTF-8 | 智렱翁렮扈 | 111001101001100110111010111010111010000010110001111001111011111110000001111010111010000010101110111001101000100110001000 | e699baeba0b1e7bf81eba0aee68988 |
UHC | 智렱翁렮扈 | 11110010101010101000111010111110111010001011101010001110101110111111101111000011 | f2aa8ebee8ba8ebbfbc3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)