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 | 腸???腸? | 1001001010110000001111110011111100111111100100101011000000111111 | 92b03f3f3f92b03f |
EUC-JP | 腸???腸? | 1100010010110010001111110011111100111111110001001011001000111111 | c4b23f3f3fc4b23f |
UTF-8 | 腸렠渽렱腸렠 | 111010001000010110111000111010111010000010100000111001101011100010111101111010111010000010110001111010001000010110111000111010111010000010100000 | e885b8eba0a0e6b8bdeba0b1e885b8eba0a0 |
UHC | 腸렠渽렱腸렠 | 111011011111001110001110101100011110111010101010100011101011111011101101111100111000111010110001 | edf38eb1eeaa8ebeedf38eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)