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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | 艅??艅??^ | 1000111111010110111111010011111100111111100011111101011011111101001111110011111101011110 | 8fd6fd3f3f8fd6fd3f3f5e |
UTF-8 | 艅덅뜌艅덅뜌^ | 11101000100010011000010111101011100011011000010111101011100111001000110011101000100010011000010111101011100011011000010111101011100111001000110001011110 | e88985eb8d85eb9c8ce88985eb8d85eb9c8c5e |
UHC | 艅덅뜌艅덅뜌^ | 11100110101010011000100011101000100011011000111111100110101010011000100011101000100011011000111101011110 | e6a988e88d8fe6a988e88d8f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)