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 | 霽??? | 1110100011000111001111110011111100111111 | e8c73f3f3f |
EUC-JP | 霽?栯? | 11110000110010010011111110001111110000111101001000111111 | f0c93f8fc3d23f |
UTF-8 | 霽렱栯렮 | 111010011001110010111101111010111010000010110001111001101010000010101111111010111010000010101110 | e99cbdeba0b1e6a0afeba0ae |
UHC | 霽렱栯렮 | 1111000010111000100011101011111011101001111100011000111010111011 | f0b88ebee9f18ebb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)