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 | ?悳ぎ?冀ゅ | 00111111100111000111101110000010101011000011111110011001011000101000001011100011 | 3f9c7b82ac3f996282e3 |
EUC-JP | ?悳ぎ?冀ゅ | 00111111110101111101110010100100101011100011111111010001110000111010010011100101 | 3fd7dca4ae3fd1c3a4e5 |
UTF-8 | 룶悳ぎ룵冀ゅ | 111010111010001110110110111001101000001010110011111000111000000110001110111010111010001110110101111001011000011010000000111000111000001010000101 | eba3b6e682b3e3818eeba3b5e58680e38285 |
UHC | 룶悳ぎ룵冀ゅ | 100011111010101111010011111011011010101010101110100011111010101011010000111011011010101011100101 | 8fabd3edaaae8faad0edaae5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)