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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 橈??絶? | 10011110111101000011111100111111100100001110001000111111 | 9ef43f3f90e23f |
EUC-JP | 橈??絶? | 11011100111101100011111100111111110000001110010000111111 | dcf63f3fc0e43f |
UTF-8 | 橈롳풃絶똁 | 111001101010100110001000111010111010000110110011111011011001001010000011111001111011010110110110111010111001100010000001 | e6a988eba1b3ed9283e7b5b6eb9881 |
UHC | 橈롳풃絶똁 | 11101000111110101000111011101111101111101000101111101111101111101000110001000010 | e8fa8eefbe8befbe8c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)