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 | 移?那? | 100010001101101000111111100100111101111100111111 | 88da3f93df3f |
EUC-JP | 移?那? | 101100001101110000111111110001101110000100111111 | b0dc3fc6e13f |
UTF-8 | 移얕那履 | 111001111010011110111011111011001001011010010101111010011000001010100011111011111010011110011111 | e7a7bbec9695e982a3efa79f |
UHC | 移얕那履 | 1110110010111001101111101110100011010001111000011110110010101010 | ecb9bee8d1e1ecaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)