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 | 釭式雫 | 1111101110111101100011101010111011110010101010001000111010110100 | fbbd8eaef2a88eb4 |
EUC-JP | 釭式?雫 | 1000111111100011101011111011110010110000001111111011110010110110 | 8fe3afbcb03fbcb6 |
UTF-8 | 釭式雫 | 111010011000011110101101111001011011110010001111111011101000011110011111111010011001101110101011 | e987ade5bc8fee879fe99bab |
UHC | ?式?? | 0011111111100011110100100011111100111111 | 3fe3d23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)