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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 譯惚Σ | 111001101010000110001101100110111000001110110000 | e6a18d9b83b0 |
EUC-JP | 譯惚Σ | 111011001010001110111001111110111010011010110010 | eca3b9fba6b2 |
UTF-8 | 譯惚Σ | 1110100010101101101011111110011010000011100110101100111010100011 | e8adafe6839acea3 |
UHC | 譯惚Σ | 111001101011101111111011111011011010010111010010 | e6bbfbeda5d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)