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 | 鵝?オ渦?? | 111010100100000000111111100000110100100110001001010100010011111100111111 | ea403f834989513f3f |
EUC-JP | 鵝?オ渦?? | 111100111010000100111111101001011010101010110001101100100011111100111111 | f3a13fa5aab1b23f3f |
UTF-8 | 鵝녺オ渦겼쁿 | 111010011011010110011101111010111000010110111010111000111000001010101010111001101011100010100110111010101011001010111100111011001000000110111111 | e9b59deb85bae382aae6b8a6eab2bcec81bf |
UHC | 鵝녺オ渦겼쁿 | 111001001011110110000110111001111010101110101010111010001011111010110000111001011001100010000110 | e4bd86e7abaae8beb0e59886 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)