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 | ?淋??純ぁ | 001111111001011111010010001111110011111110001111100000111000001010011111 | 3f97d23f3f8f83829f |
EUC-JP | ?淋??純ぁ | 001111111100111011010100001111110011111110111101111000111010010010100001 | 3fced43f3fbde3a4a1 |
UTF-8 | 룵淋틈룵純ぁ | 111010111010001110110101111001101011011110001011111011011000101110001000111010111010001110110101111001111011010010010100111000111000000110000001 | eba3b5e6b78bed8b88eba3b5e7b494e38181 |
UHC | 룵淋틈룵純ぁ | 100011111010101011010111111110101100011010110100100011111010101011100010111011011010101010100001 | 8faad7fac6b48faae2edaaa1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)