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 | ???遊ъ? | 0011111100111111001111111001011101010110100001001000110000111111 | 3f3f3f9756848c3f |
EUC-JP | ???遊ъ? | 0011111100111111001111111100110110110111101001111110110000111111 | 3f3f3fcdb7a7ec3f |
UTF-8 | 溜븐뀛遊ъ뀛 | 1110111110100111100010111110101110111000100100001110101110000000100110111110100110000001100010101101000110001010111010111000000010011011 | efa78bebb890eb809be9818ad18aeb809b |
UHC | 溜븐뀛遊ъ뀛 | 111010101111111010111010111011001000010110010100111010111011010010101100111011001000010110010100 | eafebaec8594ebb4acec8594 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)