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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?礪?? | 0011111111100001111010000011111100111111 | 3fe1e83f3f |
EUC-JP | ?礪?? | 0011111111100010111010100011111100111111 | 3fe2ea3f3f |
UTF-8 | 륁礪펿닿 | 111010111010010110000001111001111010010010101010111011011000111010111111111010111000101110111111 | eba581e7a4aaed8ebfeb8bbf |
UHC | 륁礪펿닿 | 1000111111101100110101011110110010111100100011101011010011101010 | 8fecd5ecbc8eb4ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)