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 | 奧??膺?Ⅹ | 100110101111101000111111001111111110010001011110001111111000011101011101 | 9afa3f3fe45e3f875d |
EUC-JP | 奧??膺?? | 1101010011111100001111110011111111100111101111110011111100111111 | d4fc3f3fe7bf3f3f |
UTF-8 | 奧숈룂膺곻Ⅹ | 111001011010010110100111111011001000100010001000111010111010001110000010111010001000011010111010111010101011001110111011111000101000010110101001 | e5a5a7ec8888eba382e886baeab3bbe285a9 |
UHC | 奧숈룂膺곻Ⅹ | 111001111111001110011001111011001000111110000011111010111110110010000001111011111010010110111001 | e7f399ec8f83ebec81efa5b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)