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 | ????Y | 0011111100111111001111110011111101011001 | 3f3f3f3f59 |
SJIS-WIN | ???槻Y | 001111110011111100111111100100101100111001011001 | 3f3f3f92ce59 |
EUC-JP | ???槻Y | 001111110011111100111111110001001101000001011001 | 3f3f3fc4d059 |
UTF-8 | 銳얜갭槻Y | 11101001100010101011001111101100100101101001110011101010101100001010110111100110101001111011101101011001 | e98ab3ec969ceab0ade6a7bb59 |
UHC | 銳얜갭槻Y | 111001111110010110111110111010111011000010111000110100001010011101011001 | e7e5beebb0b8d0a759 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)