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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?ф?燁?? | 0011111110000100100001100011111111111011010110010011111100111111 | 3f84863ffb593f3f |
EUC-JP | ?ф?燁?? | 001111111010011111100110001111111000111111001010101100110011111100111111 | 3fa7e63f8fcab33f3f |
UTF-8 | 料ф솮燁ㅵ났 | 1110111110100110101111101101000110000100111011001000011010101110111001111000011110000001111000111000010110110101111010111000001010101100 | efa6bed184ec86aee78781e385b5eb82ac |
UHC | 料ф솮燁ㅵ났 | 111010001111011110101100111001101001100110100100111001111010011110100100111001011011001110110101 | e8f7ace699a4e7a7a4e5b3b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)