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 | 隴ォ謚腺 | 11101000101011011010101111100110100010101001000101000010 | e8adabe68a9142 |
EUC-JP | 隴ォ謚腺 | 1111000010101111100011101010101111101011111010101100000110100011 | f0af8eabebeac1a3 |
UTF-8 | 隴ォ謚腺 | 111010011001101010110100111011111011110110101011111010001010110010011010111010001000010110111010 | e99ab4efbdabe8ac9ae885ba |
UHC | ??謚腺 | 001111110011111111101100110100001110000011001101 | 3f3fecd0e0cd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)