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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 淏帛ォ蛾ー | 1111101101000010100110111110010110101011100010011110100110110000 | fb429be5ab89e9b0 |
EUC-JP | 淏帛ォ蛾ー | 1000111111000111110110011101011011100111100011101010101110110010111010111000111010110000 | 8fc7d9d6e78eabb2eb8eb0 |
UTF-8 | 淏帛ォ蛾ー | 111001101011011110001111111001011011100010011011111011111011110110101011111010001001101110111110111011111011110110110000 | e6b78fe5b89befbdabe89bbeefbdb0 |
UHC | 淏帛?蛾? | 1111101111001000110110111101100100111111111001001011011000111111 | fbc8dbd93fe4b63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)