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 | 上ェ借緖、上 | 10001111111000111010101010001110110110001111101110001110101001001000111111100011 | 8fe3aa8ed8fb8ea48fe3 |
EUC-JP | 上ェ借?、上 | 1011111011100101100011101010101010111100110110100011111110001110101001001011111011100101 | bee58eaabcda3f8ea4bee5 |
UTF-8 | 上ェ借緖、上 | 111001001011100010001010111011111011110110101010111001011000000010011111111001111011011110010110111011111011110110100100111001001011100010001010 | e4b88aefbdaae5809fe7b796efbda4e4b88a |
UHC | 上?借緖?上 | 11011111101111100011111111110011101010001101111111111101001111111101111110111110 | dfbe3ff3a8dffd3fdfbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)