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 | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
SJIS-WIN | 雅??幼?] | 1000100111101011001111110011111110010111011000110011111101011101 | 89eb3f3f97633f5d |
EUC-JP | 雅??幼?] | 1011001011101101001111110011111111001101110001000011111101011101 | b2ed3f3fcdc43f5d |
UTF-8 | 雅ⓥ넀幼숼] | 11101001100110111000010111100010100100111010010111101011100001001000000011100101101110011011110011101100100010001011110001011101 | e99b85e293a5eb8480e5b9bcec88bc5d |
UHC | 雅ⓥ넀幼숼] | 1110010010111010101010001110001010000110100100001110101011101010100110100101000101011101 | e4baa8e28690eaea9a515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)