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 | 治弡式 | 1111000011111000100011101010000111111010101101111000111010101110 | f0f88ea1fab78eae |
EUC-JP | ?治弡式 | 0011111110111100101000111000111110111100111001001011110010110000 | 3fbca38fbce4bcb0 |
UTF-8 | 治弡式 | 111011101000001010110111111001101011001010111011111001011011110010100001111001011011110010001111 | ee82b7e6b2bbe5bca1e5bc8f |
UHC | ?治?式 | 001111111111011010111101001111111110001111010010 | 3ff6bd3fe3d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)