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 | 際??嶝?? | 1000110111011011001111110011111110011011110100010011111100111111 | 8ddb3f3f9bd13f3f |
EUC-JP | 際?瀣嶝?? | 10111010110111010011111110001111110010011011000111010110110100110011111100111111 | badd3f8fc9b1d6d33f3f |
UTF-8 | 際렠瀣嶝렰렡 | 111010011001101010011011111010111010000010100000111001111000000010100011111001011011011010011101111010111010000010110000111010111010000010100001 | e99a9beba0a0e780a3e5b69deba0b0eba0a1 |
UHC | 際렠瀣嶝렰렡 | 111100001011011110001110101100011111101010101110110101001111000110001110101111011000111010110010 | f0b78eb1faaed4f18ebd8eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)