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 | ?楯?? | 0011111110001111011111000011111100111111 | 3f8f7c3f3f |
EUC-JP | ?楯?? | 0011111110111101110111010011111100111111 | 3fbddd3f3f |
UTF-8 | 롒楯렦롒 | 111010111010000110010010111001101010010110101111111010111010000010100110111010111010000110010010 | eba192e6a5afeba0a6eba192 |
UHC | 롒楯렦롒 | 1000111011010111111000101110010010001110101101011000111011010111 | 8ed7e2e48eb58ed7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)