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 | 烏??幼?? | 1000100101000111001111110011111110010111011000110011111100111111 | 89473f3f97633f3f |
EUC-JP | 烏??幼?? | 1011000110101000001111110011111111001101110001000011111100111111 | b1a83f3fcdc43f3f |
UTF-8 | 烏띻쑈幼싷쬂 | 111001111000001110001111111010111001110110111011111011001001000110001000111001011011100110111100111011001000101110110111111011001010110010000010 | e7838feb9dbbec9188e5b9bcec8bb7ecac82 |
UHC | 烏띻쑈幼싷쬂 | 111010001010000110001101111010101011111010100100111010101110101010011010111011111010011010011001 | e8a18deabea4eaea9aefa699 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)