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 | 身??遜 | 100100000110011100111111001111111001000110111011 | 90673f3f91bb |
EUC-JP | 身??遜 | 101111111100100000111111001111111100001010111101 | bfc83f3fc2bd |
UTF-8 | 身깑뢓遜 | 111010001011101010101011111010101011100110010001111010111010001010010011111010011000000110011100 | e8baabeab991eba293e9819c |
UHC | 身깑뢓遜 | 1110001111110011100000111000101110001111010011101110000111100001 | e3f3838b8f4ee1e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)