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 | 筌??踰?阿 | 111000101010001100111111001111111110011011111010001111111000100010100010 | e2a33f3fe6fa3f88a2 |
EUC-JP | 筌??踰?阿 | 111001001010010100111111001111111110110011111100001111111011000010100100 | e4a53f3fecfc3fb0a4 |
UTF-8 | 筌뚯떐踰캷阿 | 111001111010110110001100111010111001101010101111111010111001011010010000111010001011100010110000111011001011101010110111111010011001100010111111 | e7ad8ceb9aafeb9690e8b8b0ecbab7e998bf |
UHC | 筌뚯떐踰캷阿 | 111011111010011110001100111011001000101110100110111010111011001010110000010101111110010010111001 | efa78cec8ba6ebb2b057e4b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)