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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 釿嶝榊ョ | 11100111111000011001101111010001100011011110010110101110 | e7e19bd18de5ae |
EUC-JP | 釿嶝榊ョ | 1110111011100011110101101101001110111010111001111000111010101110 | eee3d6d3bae78eae |
UTF-8 | 釿嶝榊ョ | 111010011000011110111111111001011011011010011101111001101010011010001010111011111011110110101110 | e987bfe5b69de6a68aefbdae |
UHC | ?嶝?? | 0011111111010100111100010011111100111111 | 3fd4f13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)