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 | 溜븐쓻遊ъ죭 | 1110111110100111100010111110101110111000100100001110110010010011101110111110100110000001100010101101000110001010111011001010001110101101 | efa78bebb890ec93bbe9818ad18aeca3ad |
UHC | 溜븐쓻遊ъ죭 | 111010101111111010111010111011001001110110010110111010111011010010101100111011001010000110001000 | eafebaec9d96ebb4aceca188 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)