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 | 隴丞ョ夲スョ | 111010001010110110001111111001011010111010011010111011111011110110101110 | e8ad8fe5ae9aefbdae |
EUC-JP | 隴丞ョ夲スョ | 111100001010111110111110111001111000111010101110110101001111000110001110101111011000111010101110 | f0afbee78eaed4f18ebd8eae |
UTF-8 | 隴丞ョ夲スョ | 111010011001101010110100111001001011100010011110111011111011110110101110111001011010010010110010111011111011110110111101111011111011110110101110 | e99ab4e4b89eefbdaee5a4b2efbdbdefbdae |
UHC | ?丞???? | 00111111111000111010101000111111001111110011111100111111 | 3fe3aa3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)