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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 煜疾醤譴 | 1111101101010101100011101011111010001111110111011110011010100010 | fb558ebe8fdde6a2 |
EUC-JP | 煜疾醤譴 | 100011111100100111111100101111001100000010111110110111111110110010100100 | 8fc9fcbcc0bedfeca4 |
UTF-8 | 煜疾醤譴 | 111001111000010110011100111001111001011010111110111010011000011010100100111010001010110110110100 | e7859ce796bee986a4e8adb4 |
UHC | 煜疾?譴 | 11101001111100101111001011110000001111111100110010111001 | e9f2f2f03fccb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)