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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????弛 | 0011111100111111001111110011111100111111001111111001001001101111 | 3f3f3f3f3f3f926f |
EUC-JP | ??????弛 | 0011111100111111001111110011111100111111001111111100001111010000 | 3f3f3f3f3f3fc3d0 |
UTF-8 | 琉쏇맓捻귡뇥弛 | 111011111010011110001100111011001000111110000111111010111010011110010011111011111010011010100100111010101011011110100001111010111000011110100101111001011011110010011011 | efa78cec8f87eba793efa6a4eab7a1eb87a5e5bc9b |
UHC | 琉쏇맓捻귡뇥弛 | 1110101110100100100110111110110110010000101001011110011011110111100000101110100110000111100011011110110010101100 | eba49bed90a5e6f782e9878decac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)