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 | 邊ア螳溽、セ | 111001111011001010110001111001011010111010011111111001111010010010111110 | e7b2b1e5ae9fe7a4be |
EUC-JP | 邊ア螳溽、セ | 111011101011010010001110101100011110101010110000110111101110100110001110101001001000111010111110 | eeb48eb1eab0dee98ea48ebe |
UTF-8 | 邊ア螳溽、セ | 111010011000001010001010111011111011110110110001111010001001111010110011111001101011101010111101111011111011110110100100111011111011110110111110 | e9828aefbdb1e89eb3e6babdefbda4efbdbe |
UHC | 邊?螳??? | 1101110010101011001111111101001111011001001111110011111100111111 | dcab3fd3d93f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)