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 | ?厓ご??∮ | 001111111111101010001101100000101011001000111111001111111000011110010011 | 3ffa8d82b23f3f8793 |
EUC-JP | ?厓ご??? | 001111111000111110110100110001111010010010110100001111110011111100111111 | 3f8fb4c7a4b43f3f3f |
UTF-8 | 룶厓ご룴횕∮ | 111010111010001110110110111001011000111010010011111000111000000110010100111010111010001110110100111011011001101010010101111000101000100010101110 | eba3b6e58e93e38194eba3b4ed9a95e288ae |
UHC | 룶厓ご룴횕∮ | 100011111010101111100100111011011010101010110100100011111010100111000011100011111010001010110001 | 8fabe4edaab48fa9c38fa2b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)