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 | ???w | 00111111001111110011111101110111 | 3f3f3f77 |
SJIS-WIN | 橈??w | 1001111011110100001111110011111101110111 | 9ef43f3f77 |
EUC-JP | 橈??w | 1101110011110110001111110011111101110111 | dcf63f3f77 |
UTF-8 | 橈뉗꽢w | 11100110101010011000100011101011100010011001011111101010101111011010001001110111 | e6a988eb8997eabda277 |
UHC | 橈뉗꽢w | 11101000111110101000011111101100100001001010111101110111 | e8fa87ec84af77 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)