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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 魲ヨモコ邇ョホ | 111111000100001011010110110100111011101011100111100011101010111011001110 | fc42d6d3bae78eaece |
EUC-JP | ?ヨモコ邇ョホ | 00111111100011101101011010001110110100111000111010111010111011011110111010001110101011101000111011001110 | 3f8ed68ed38ebaedee8eae8ece |
UTF-8 | 魲ヨモコ邇ョホ | 111010011010110110110010111011111011111010010110111011111011111010010011111011111011110110111010111010011000001010000111111011111011110110101110111011111011111010001110 | e9adb2efbe96efbe93efbdbae98287efbdaeefbe8e |
UHC | ????邇?? | 0011111100111111001111110011111111101100110001000011111100111111 | 3f3f3f3fecc43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)