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 | 嶸豊嶸鋒 | 1111101010110100100101100100110011111010101101001001011001001110 | fab4964cfab4964e |
EUC-JP | 嶸豊嶸鋒 | 10001111101110111111010011001011101011011000111110111011111101001100101110101111 | 8fbbf4cbad8fbbf4cbaf |
UTF-8 | 嶸豊嶸鋒 | 111001011011011010111000111010001011000110001010111001011011011010111000111010011000101110010010 | e5b6b8e8b18ae5b6b8e98b92 |
UHC | 嶸豊嶸鋒 | 1110011110101110111110011010010111100111101011101101110011110010 | e7aef9a5e7aedcf2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)