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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?栓?栓^ | 00111111100100001111000000111111100100001111000001011110 | 3f90f03f90f05e |
EUC-JP | ?栓?栓^ | 00111111110000001111001000111111110000001111001001011110 | 3fc0f23fc0f25e |
UTF-8 | 뤒栓뤒栓^ | 11101011101001001001001011100110101000001001001111101011101001001001001011100110101000001001001101011110 | eba492e6a093eba492e6a0935e |
UHC | 뤒栓뤒栓^ | 100011111100001011101110111110111000111111000010111011101111101101011110 | 8fc2eefb8fc2eefb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)