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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????舍 | 00111111001111110011111100111111001111111110010001110001 | 3f3f3f3f3fe471 |
EUC-JP | ?????舍 | 00111111001111110011111100111111001111111110011111010010 | 3f3f3f3f3fe7d2 |
UTF-8 | 쒔롉뤏ⓩ즼舍 | 111011001001001010010100111010111010000110001001111010111010010010001111111000101001001110101001111011001010011010111100111010001000100010001101 | ec9294eba189eba48fe293a9eca6bce8888d |
UHC | 쒔롉뤏ⓩ즼舍 | 101111101010110110001110110011111000111110111111101010001110011010100011100011101101111011101100 | bead8ecf8fbfa8e6a38edeec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)