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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 懿??若?? | 1001110011110010001111110011111110001110111000010011111100111111 | 9cf23f3f8ee13f3f |
EUC-JP | 懿??若?? | 1101100011110100001111110011111110111100111000110011111100111111 | d8f43f3fbce33f3f |
UTF-8 | 懿볞빳若뉗뼔 | 111001101000011110111111111010111011001110011110111010111011100110110011111010001000101110100101111010111000100110010111111010111011110010010100 | e687bfebb39eebb9b3e88ba5eb8997ebbc94 |
UHC | 懿볞빳若뉗뼔 | 111010111111001110010011111001001011101110100101111001011011010010000111111011001001011010011100 | ebf393e4bba5e5b487ec969c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)