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 | ??????E | 00111111001111110011111100111111001111110011111101000101 | 3f3f3f3f3f3f45 |
SJIS-WIN | 濶ク闍ヲ鬯シE | 11101000100010011011100011101000100010111010011011101001101011001011110001000101 | e889b8e88ba6e9acbc45 |
EUC-JP | 濶ク闍ヲ鬯シE | 11101111111010011000111010111000111011111110101110001110101001101111001010101110100011101011110001000101 | efe98eb8efeb8ea6f2ae8ebc45 |
UTF-8 | 濶ク闍ヲ鬯シE | 11100110101111111011011011101111101111011011100011101001100101111000110111101111101111011010011011101001101011001010111111101111101111011011110001000101 | e6bfb6efbdb8e9978defbda6e9acafefbdbc45 |
UHC | ??????E | 00111111001111110011111100111111001111110011111101000101 | 3f3f3f3f3f3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)