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 | 吾??遊?? | 1000110011100001001111110011111110010111010101100011111100111111 | 8ce13f3f97563f3f |
EUC-JP | 吾??遊?? | 1011100011100011001111110011111111001101101101110011111100111111 | b8e33f3fcdb73f3f |
UTF-8 | 吾멤뫀遊썽뀎 | 111001011001000010111110111010111010100110100100111010111010101110000000111010011000000110001010111011001000110110111101111010111000000010001110 | e590beeba9a4ebab80e9818aec8dbdeb808e |
UHC | 吾멤뫀遊썽뀎 | 111001111110111010111000111000101001000110100100111010111011010010111101111010011000010110001001 | e7eeb8e291a4ebb4bde98589 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)