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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 癲?∥誼? | 1110000110011111001111111000000101100001100010110110001000111111 | e19f3f81618b623f |
EUC-JP | 癲?‖誼? | 1110001010100001001111111010000111000010101101011100001100111111 | e2a13fa1c2b5c33f |
UTF-8 | 癲㏓∥誼됭 | 111001111001100110110010111000111000111110010011111000101000100010100101111010001010101010111100111010111001000010101101 | e799b2e38f93e288a5e8aabceb90ad |
UHC | 癲㏓∥誼됭 | 11101111101001101010011111101011101000011010101111101011111111101000100111101000 | efa6a7eba1abebfe89e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)