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 | ?逡?? | 0011111111100111100101010011111100111111 | 3fe7953f3f |
EUC-JP | ?逡?? | 0011111111101101111101010011111100111111 | 3fedf53f3f |
UTF-8 | 솨逡셰샷 | 111011001000011010101000111010011000000010100001111011001000010110110000111011001000001110110111 | ec86a8e980a1ec85b0ec83b7 |
UHC | 솨逡셰샷 | 1011110011011101111100011110010010111100110011101011110010100110 | bcddf1e4bccebca6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)