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 | ??????] | 00111111001111110011111100111111001111110011111101011101 | 3f3f3f3f3f3f5d |
SJIS-WIN | ???倭??] | 0011111100111111001111111001100001100000001111110011111101011101 | 3f3f3f98603f3f5d |
EUC-JP | 琰??倭??] | 10001111110011001011010000111111001111111100111111000001001111110011111101011101 | 8fccb43f3fcfc13f3f5d |
UTF-8 | 琰놂숴倭듸쉘] | 11100111100100001011000011101011100001101000001011101100100010001011010011100101100000001010110111101011100100111011100011101100100010011001100001011101 | e790b0eb8682ec88b4e580adeb93b8ec89985d |
UHC | 琰놂숴倭듸쉘] | 11100110111111001011001111101111101111011010010011101000110111101011010111101111101111011010100101011101 | e6fcb3efbda4e8deb5efbda95d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)