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 | 汚?…維 | 10001001100110000011111110000001011000111000100011011011 | 89983f816388db |
EUC-JP | 汚?…維 | 10110001111110000011111110100001110001001011000011011101 | b1f83fa1c4b0dd |
UTF-8 | 汚삳…維 | 111001101011000110011010111011001000001010110011111000101000000010100110111001111011011010101101 | e6b19aec82b3e280a6e7b6ad |
UHC | 汚삳…維 | 1110011111111101101110111110101110100001101001101110101110101011 | e7fdbbeba1a6ebab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)