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 | ?發?? | 0011111111100001101000100011111100111111 | 3fe1a23f3f |
EUC-JP | ?發?? | 0011111111100010101001000011111100111111 | 3fe2a43f3f |
UTF-8 | 렺發렺┖ | 111010111010000010111010111001111001100110111100111010111010000010111010111000101001010010010110 | eba0bae799bceba0bae29496 |
UHC | 렺發렺┖ | 1000111011000010110110111010000110001110110000101010011011000101 | 8ec2dba18ec2a6c5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)