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 | ?釐???ぎ | 0011111111100111110110000011111100111111001111111000001010101100 | 3fe7d83f3f3f82ac |
EUC-JP | ?釐???ぎ | 0011111111101110110110100011111100111111001111111010010010101110 | 3feeda3f3f3fa4ae |
UTF-8 | 룵釐㈒룶죴ぎ | 111010111010001110110101111010011000011110010000111000111000100010010010111010111010001110110110111011001010001110110100111000111000000110001110 | eba3b5e98790e38892eba3b6eca3b4e3818e |
UHC | 룵釐㈒룶죴ぎ | 100011111010101011010111111011011010100111000011100011111010101110100001100011111010101010101110 | 8faad7eda9c38faba18faaae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)