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 | 鴫渉ォ湿セ | 11110010111011111000111010110000100011111100001010101011100011101011110010111110 | f2ef8eb08fc2ab8ebcbe |
EUC-JP | ?鴫渉ォ湿セ | 0011111110111100101100101011111011000100100011101010101110111100101111101000111010111110 | 3fbcb2bec48eabbcbe8ebe |
UTF-8 | 鴫渉ォ湿セ | 111011101000100010100110111010011011010010101011111001101011100010001001111011111011110110101011111001101011100110111111111011111011110110111110 | ee88a6e9b4abe6b889efbdabe6b9bfefbdbe |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)