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 | ???膺 | 0011111100111111001111111110010001011110 | 3f3f3fe45e |
EUC-JP | 璵??膺 | 10001111110011001110011000111111001111111110011110111111 | 8fcce63f3fe7bf |
UTF-8 | 璵딁릟膺 | 111001111001001010110101111010111001010010000001111010111010011010011111111010001000011010111010 | e792b5eb9481eba69fe886ba |
UHC | 璵딁릟膺 | 1110011010100101100010101110011110010000100000011110101111101100 | e6a58ae79081ebec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)